diff options
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/test/lib/controller/fake_models.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/lib/controller/fake_models.rb b/actionview/test/lib/controller/fake_models.rb index a3e7e4d980..a122fe17c9 100644 --- a/actionview/test/lib/controller/fake_models.rb +++ b/actionview/test/lib/controller/fake_models.rb @@ -38,6 +38,7 @@ class TicketType < Struct.new(:name) def initialize(*args) super + @persisted = false end def persisted=(boolean) |