Skip to content

Commit f4797ed

Browse files
committed
Hacking around Rails 4.2 incompatibilities
1 parent 25d4c84 commit f4797ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/dummy/app/decorators/post_decorator.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@ def goodnight_moon
5353
def updated_at
5454
:overridden
5555
end
56+
57+
def persisted?
58+
true
59+
end
5660
end

0 commit comments

Comments
 (0)