Changeset [435826897f70c41cf00b0cfd17f78a853d120d1d] by Anil Kumar Maurya
October 15th, 2016 @ 04:04 PM
Merge pull request #408 from udacity/disambiguate-transitions-with-same-to-and-from
Allow multiple transitions in a single event with the same to
and from states
https://github.com/aasm/aasm/commit/435826897f70c41cf00b0cfd17f78a8...
Committed by Anil Kumar Maurya
- A spec/models/multiple_transitions_that_differ_only_by_guard.rb
- A spec/unit/multiple_transitions_that_differ_only_by_guard_spec.rb
- M lib/aasm/core/event.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.