limit wiki pages to 8 posts
This commit is contained in:
10
app/logical/post_sets/wiki_page.rb
Normal file
10
app/logical/post_sets/wiki_page.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
module PostSets
|
||||
class SearchError < Exception
|
||||
end
|
||||
|
||||
class WikiPage < Post
|
||||
def presenter
|
||||
@presenter ||= ::PostSetPresenters::WikiPage.new(self)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user