wiki pages
This commit is contained in:
@@ -4,6 +4,7 @@ module PostSets
|
||||
|
||||
def initialize(tag_name)
|
||||
@tag_name = tag_name
|
||||
super()
|
||||
end
|
||||
|
||||
def load_posts
|
||||
@@ -17,6 +18,10 @@ module PostSets
|
||||
def offset
|
||||
0
|
||||
end
|
||||
|
||||
def tags
|
||||
[@tag_name]
|
||||
end
|
||||
|
||||
def use_sequential_paginator?
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user