Changeset [1d53042fc6d8a96b9564c82db1d736d7be352590] by Thorsten Böttger
January 11th, 2016 @ 04:48 AM
Merge pull request #275 from chriswoodrich/whinier-transitions
Whinier transitions
https://github.com/aasm/aasm/commit/1d53042fc6d8a96b9564c82db1d736d...
Committed by Thorsten Böttger
- M lib/aasm/aasm.rb
- M lib/aasm/core/event.rb
- M lib/aasm/core/transition.rb
- M lib/aasm/errors.rb
- M spec/unit/callback_multiple_spec.rb
- M spec/unit/event_spec.rb
- M spec/unit/transition_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.