Changeset [ef0eb257158eb52277a8b543a7d238dbaa326303] by Travis Tilley

October 30th, 2009 @ 12:20 PM

Committed by Travis Tilley

  • A lib/aasm/supporting_classes.rb
  • M lib/aasm.rb
  • M lib/aasm/aasm.rb
  • M lib/aasm/event.rb
  • M lib/aasm/persistence.rb
  • M lib/aasm/state.rb
  • M lib/aasm/state_machine.rb
  • M lib/aasm/state_transition.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.