Changeset [924585f2dd079fddc80b4b690767d33ca155a5cd] by Anil
September 6th, 2016 @ 01:03 PM
Fix #392, Multiple transition when one of the transitions
does not have a "from" parameter
https://github.com/aasm/aasm/commit/924585f2dd079fddc80b4b690767d33...
Committed by Anil
- M lib/aasm/core/event.rb
- M spec/models/multi_transitioner.rb
- M spec/unit/inspection_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.