work on post views

This commit is contained in:
albert
2010-03-12 12:32:31 -05:00
parent 15c134b270
commit 9f29ffc8c3
18 changed files with 486 additions and 317 deletions

View File

@@ -102,4 +102,8 @@ class PostSet
def to_json
posts.to_json
end
def presenter
@presnter ||= PostSetPresenter.new(self)
end
end