Changeset [24b29e094239ddb1bd7b6b4b04ef46ea7ee01220] by Wildfalcon
December 1st, 2009 @ 05:31 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/24b29e094239ddb1bd7b6b4b04ef4...
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.