Changeset [d540ca87610c9bd01d9647a8412d99d5c0990281] by Thorsten Böttger
August 5th, 2015 @ 06:00 AM
handle edge cases when a state machine is accessed which doesn't
exist
https://github.com/aasm/aasm/commit/d540ca87610c9bd01d9647a8412d99d...
Committed by Thorsten Böttger
- A spec/unit/edge_cases_spec.rb
- M PLANNED_CHANGES.md
- M lib/aasm/aasm.rb
- M lib/aasm/errors.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.