fixed upload->post converion process
This commit is contained in:
14
app/presenters/post_presenter.rb
Normal file
14
app/presenters/post_presenter.rb
Normal 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
|
||||
Reference in New Issue
Block a user