state-machines / state_machines

Adds support for creating state machines for attributes on any Ruby class
https://github.com/state-machines/state_machines
MIT License
814 stars 91 forks source link

pass event args to after_failure callbacks #61

Closed kfalconer closed 6 years ago

kfalconer commented 6 years ago

When passing arguments to an event, the after_failure callback does not include the arguments