Skip to content

Commit

Permalink
let whiny_peristence: true be the default now
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Jun 19, 2016
1 parent 9866206 commit 264068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aasm/base.rb
Expand Up @@ -24,7 +24,7 @@ def initialize(klass, name, state_machine, options={}, &block)
configure :skip_validation_on_save, false

# raise if the model is invalid (in ActiveRecord)
configure :whiny_persistence, false
configure :whiny_persistence, true

# use requires_new for nested transactions (in ActiveRecord)
configure :requires_new_transaction, true
Expand Down

0 comments on commit 264068c

Please sign in to comment.