Changeset [7586648aa02d35cbacfa8990ad9f61a045f1db88] by Thorsten Böttger
October 23rd, 2015 @ 03:10 AM
Merge pull request #270 from aasm/support_for_global_callbacks
Support for global transition callbacks
https://github.com/aasm/aasm/commit/7586648aa02d35cbacfa8990ad9f61a...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M PLANNED_CHANGES.md
- M README.md
- 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.