post versions: drop unused presenter method.
This commit is contained in:
@@ -81,10 +81,6 @@ class PostVersion < ApplicationRecord
|
|||||||
tags.split
|
tags.split
|
||||||
end
|
end
|
||||||
|
|
||||||
def presenter
|
|
||||||
PostVersionPresenter.new(self)
|
|
||||||
end
|
|
||||||
|
|
||||||
def reload
|
def reload
|
||||||
flush_cache
|
flush_cache
|
||||||
super
|
super
|
||||||
|
|||||||
Reference in New Issue
Block a user