Changeset [0015e945e0b6c3d3990bdd5726e0ee32c059bc3f] by Thorsten Böttger

April 2nd, 2012 @ 06:06 AM

Merge pull request #46 from codez/master

Keep options in subclasses
https://github.com/rubyist/aasm/commit/0015e945e0b6c3d3990bdd5726e0...

Committed by Thorsten Böttger

  • A spec/models/sub_classing.rb
  • M lib/aasm/base.rb
  • M spec/unit/state_transition_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.