Changeset [c3b6454e8e9ca499e57aac4c74ec18bf9fa028b4] by Yogesh Khater
October 5th, 2016 @ 04:53 AM
Ensure nil arg is forwarded to callbacks
fixes #404
https://github.com/aasm/aasm/commit/c3b6454e8e9ca499e57aac4c74ec18b...
Committed by Yogesh Khater
- M lib/aasm/core/event.rb
- M spec/models/guard_with_params.rb
- M spec/models/parametrised_event.rb
- M spec/unit/event_spec.rb
- M spec/unit/guard_with_params_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.