fixes #1062
This commit is contained in:
@@ -459,6 +459,10 @@ class Post < ActiveRecord::Base
|
||||
typed_tags("artist")
|
||||
end
|
||||
|
||||
def general_tags
|
||||
typed_tags("general")
|
||||
end
|
||||
|
||||
def typed_tags(name)
|
||||
@typed_tags ||= {}
|
||||
@typed_tags[name] ||= begin
|
||||
|
||||
Reference in New Issue
Block a user