Changeset [48ff9a50dc9e1d605fce67e5de85286d63a69229] by Scott Barron

August 8th, 2009 @ 09:36 AM

Handle inheritance properly, there was different behavior depending on whether or not AASM was included in the child class or not. http://github.com/rubyist/aasm/c...

Committed by Scott Barron

  • M lib/aasm.rb
  • M spec/unit/aasm_spec.rb
New-ticket Create new ticket

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.