1
0
Fork 0
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:
Thorsten Böttger 2016-06-19 18:40:24 +12:00
parent 9866206609
commit 264068ca32

View file

@ -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