Favorite groups

This commit is contained in:
Toks
2015-06-23 15:25:54 -04:00
parent e1dc51e026
commit 04fa5596e2
27 changed files with 574 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
module PostSets
class FavoriteGroup < PostSets::Pool
def presenter
@presenter ||= PostSetPresenters::FavoriteGroup.new(self)
end
end
end