Changeset [ea877e88401e97d35e3d64598b6bfb1dc247407b] by Evan Petrie
June 15th, 2015 @ 04:53 PM
pass args to after_commit callbacks
https://github.com/aasm/aasm/commit/ea877e88401e97d35e3d64598b6bfb1...
Committed by Evan Petrie
- 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.