Changeset [862e2cbcfe72f1ea8fe6800837ef8d4c58a9cfcf] by Thorsten Böttger
February 4th, 2016 @ 05:43 PM
Merge pull request #308 from eebs/permitted-states-guarded-transitions
Fixes incorrect permitted states
https://github.com/aasm/aasm/commit/862e2cbcfe72f1ea8fe6800837ef8d4...
Committed by Thorsten Böttger
- A spec/models/multi_transitioner.rb
- M lib/aasm/instance_base.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.