Changeset [8f974eed8bf8a08feb94c03e8db09bfc91fda8ef] by Thorsten Böttger
October 19th, 2012 @ 05:44 AM
added support for from state retrieval (for any given state)
https://github.com/aasm/aasm/commit/8f974eed8bf8a08feb94c03e8db09bf...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M lib/aasm/aasm.rb
- M lib/aasm/supporting_classes/event.rb
- M spec/unit/aasm_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.