Changeset [f87565f2e4357481244e32863e5e73744b5a0056] by Nathaniel Bibler

February 26th, 2009 @ 12:36 PM

Added initial state Proc support. Added more complex example to README http://github.com/rubyist/aasm/c...

Committed by Nathaniel Bibler

  • M README.rdoc
  • M lib/aasm.rb
  • M lib/persistence/active_record_persistence.rb
  • M spec/unit/aasm_spec.rb
  • M spec/unit/active_record_persistence_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.