8 lines
103 B
Ruby
8 lines
103 B
Ruby
module PostSetPresenters
|
|
class WikiPage < Post
|
|
def posts
|
|
@post_set.posts
|
|
end
|
|
end
|
|
end
|