Changeset [2b88866d57d55609ec766e9579d81fec4669deb2] by Thorsten Böttger
September 28th, 2015 @ 04:19 AM
provide after_all_transitions callback
https://github.com/aasm/aasm/commit/2b88866d57d55609ec766e9579d81fe...
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.