fixed upload->post converion process

This commit is contained in:
albert
2010-03-17 19:20:44 -04:00
parent ca8be10ab9
commit dcf8d0df4c
20 changed files with 346 additions and 100 deletions

View File

@@ -0,0 +1,14 @@
class PostPresenter < Presenter
def initialize(post)
@post = post
end
def tag_list_html
end
def image_html
end
def note_html
end
end