Changeset [bb01034c1a5cdfb9be8043648f17b116e1cebdd0] by Thorsten Böttger
December 12th, 2014 @ 06:43 PM
an event's :error callback now retrieves all arguments passed to
the event #196
https://github.com/aasm/aasm/commit/bb01034c1a5cdfb9be8043648f17b11...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M lib/aasm/aasm.rb
- M lib/aasm/core/event.rb
- M lib/aasm/core/transition.rb
- M spec/models/callbacks/basic.rb
- M spec/models/callbacks/with_args.rb
- M spec/unit/callbacks_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.