app/presenters: remove unused forum_post/note/post_version presenters.
This commit is contained in:
@@ -56,10 +56,6 @@ class PostVersion < ActiveRecord::Base
|
||||
@tag_array ||= tags.scan(/\S+/)
|
||||
end
|
||||
|
||||
def presenter
|
||||
PostVersionPresenter.new(self)
|
||||
end
|
||||
|
||||
def reload
|
||||
@tag_array = nil
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user