Changeset [d853e9cb26316876f9db3a1e4a1f7b66797feddb] by Travis Tilley

August 27th, 2010 @ 04:35 PM

  • M lib/aasm/persistence/active_record_persistence.rb
  • M spec/functional/conversation_spec.rb
  • M spec/spec_helper.rb
  • M spec/unit/aasm_spec.rb
  • M spec/unit/active_record_persistence_spec.rb
  • M spec/unit/before_after_callbacks_spec.rb
  • M spec/unit/event_spec.rb
  • M spec/unit/state_spec.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.