Changeset [904b6b43d63c90528d6295bba88e0ca0fc0142ba] by Scott Barron
August 8th, 2009 @ 04:28 PM
Handle inheritance properly, there was different behavior depending on whether or not AASM was included in the child class or not. (cherry picked from commit 48ff9a50dc9e1d605fce67e5de85286d63a69229) http://github.com/rubyist/aasm/c...
Committed by Scott Barron
- M lib/aasm.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.