mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
let whiny_peristence: true be the default now
This commit is contained in:
parent
9866206609
commit
264068ca32
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module AASM
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue