Favorite groups
This commit is contained in:
7
app/logical/post_sets/favorite_group.rb
Normal file
7
app/logical/post_sets/favorite_group.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module PostSets
|
||||
class FavoriteGroup < PostSets::Pool
|
||||
def presenter
|
||||
@presenter ||= PostSetPresenters::FavoriteGroup.new(self)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user