This commit is contained in:
r888888888
2013-04-16 20:33:48 -07:00
parent 7e96d358a3
commit 10d2c9cdfb

View File

@@ -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