Changeset [280a5bc8b2ffe4fcf0c2d24e718d38b2e3b4a4d6] by Thorsten Böttger
March 7th, 2015 @ 05:07 AM
Merge pull request #219 from tobithiel/state_callback_args
Passing event arguments into state callbacks
https://github.com/aasm/aasm/commit/280a5bc8b2ffe4fcf0c2d24e718d38b...
Committed by Thorsten Böttger
- M lib/aasm/aasm.rb
- M lib/aasm/core/state.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.