Changeset [5e1a30e01da76276d390fe697c2bb630c8d1b4cc] by HoyaBoya
November 5th, 2015 @ 12:53 PM
introduction of before transaction and after transaction
callbacks
https://github.com/aasm/aasm/commit/5e1a30e01da76276d390fe697c2bb63...
Committed by HoyaBoya
- M lib/aasm/aasm.rb
- M lib/aasm/core/event.rb
- M lib/aasm/persistence/active_record_persistence.rb
- M spec/models/validator.rb
- M spec/unit/persistence/active_record_persistence_spec.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.