Changeset [566eb3221e14ff9cf4e8c03fe6109a81a29cd9f6] by Wildfalcon
December 1st, 2009 @ 05:35 AM
Fireing an event now calls aasm_error_callback if an exception
is raised and aasm_error_callback is defined
http://github.com/rubyist/aasm/commit/566eb3221e14ff9cf4e8c03fe6109...
Committed by Wildfalcon
- M lib/aasm/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.