Fixed typo: commentary_check -> check_commentary
This commit is contained in:
@@ -105,11 +105,11 @@ class ArtistCommentary < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
if remove_commentary_check_tag == "1"
|
if remove_commentary_check_tag == "1"
|
||||||
post.remove_tag("commentary_check")
|
post.remove_tag("check_commentary")
|
||||||
end
|
end
|
||||||
|
|
||||||
if add_commentary_check_tag == "1"
|
if add_commentary_check_tag == "1"
|
||||||
post.add_tag("commentary_check")
|
post.add_tag("check_commentary")
|
||||||
end
|
end
|
||||||
|
|
||||||
post.save if post.tag_string_changed?
|
post.save if post.tag_string_changed?
|
||||||
|
|||||||
Reference in New Issue
Block a user