* Some major bug fixes related to post sets. Tests for pools and favorites were added.
* Refactored the favorites code a bit. Adding a favorite from either an user or a post now works and will update all necessary records.
This commit is contained in:
@@ -15,7 +15,7 @@ module PostSets
|
||||
end
|
||||
|
||||
def tags
|
||||
@tags ||= Tag.normalize(wiki_page.title)
|
||||
@tags ||= ::Tag.normalize(wiki_page.title)
|
||||
end
|
||||
|
||||
def posts
|
||||
|
||||
Reference in New Issue
Block a user