Changeset [6396847041f78bcbf44178047a2d5f9ad662fb35] by Thorsten Böttger
October 16th, 2015 @ 07:19 PM
provide after_all_transitions callback
https://github.com/aasm/aasm/commit/6396847041f78bcbf44178047a2d5f9...
Committed by Thorsten Böttger
- M lib/aasm/base.rb
- M lib/aasm/core/transition.rb
- M lib/aasm/state_machine.rb
- M spec/models/callbacks/basic.rb
- M spec/unit/callbacks_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.