Changeset [0c79ca0a56385a24904fb560b628b7275f46329f] by Thorsten Böttger
November 26th, 2011 @ 02:07 PM
small refactorings
https://github.com/rubyist/aasm/commit/0c79ca0a56385a24904fb560b628...
Committed by Thorsten Böttger
- M lib/aasm/aasm.rb
- M lib/aasm/supporting_classes/event.rb
- M lib/aasm/supporting_classes/state.rb
- M spec/unit/state_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.