bug fix
This commit is contained in:
@@ -460,7 +460,7 @@ class Post < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def artist_tags_excluding_hidden
|
def artist_tags_excluding_hidden
|
||||||
artist_tags - %(banned_artist)
|
artist_tags - %w(banned_artist)
|
||||||
end
|
end
|
||||||
|
|
||||||
def general_tags
|
def general_tags
|
||||||
|
|||||||
Reference in New Issue
Block a user