Hacking around Rails 4.2 incompatibilities

This commit is contained in:
Jeff Casimir 2015-03-26 21:48:51 -06:00
parent 25d4c843dd
commit f4797ed1e1
1 changed files with 4 additions and 0 deletions

View File

@ -53,4 +53,8 @@ class PostDecorator < Draper::Decorator
def updated_at
:overridden
end
def persisted?
true
end
end