Changeset [3bb5fe0bfe2e487bbdb2efa27d3d95b5a8b0ccb8] by Wildfalcon

December 1st, 2009 @ 06:29 AM

Error callback now propgates exception if call back is declared (in aasm_event), but not defined
http://github.com/rubyist/aasm/commit/3bb5fe0bfe2e487bbdb2efa27d3d9...

Committed by Wildfalcon

  • M lib/aasm/aasm.rb
  • M lib/aasm/event.rb
  • M spec/unit/aasm_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.