Changeset [bd338c76efa95f110a4c4615098ee5ebacd15f6b] by Joao Vitor
April 9th, 2009 @ 09:36 AM
Changing signature of aasm_event_fired and aasm_event_failed. And ensuring that aasm_event_fired receive event, old_state and new_state http://github.com/rubyist/aasm/c...
Committed by Joao Vitor
- M lib/aasm.rb
- M spec/unit/aasm_spec.rb
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.