rails_state_machine
rails_state_machine copied to clipboard
Document and test that event methods accept an arguments hash
The event methods that transition states accept an hash of arguments that will be saved together with the new state.
However I couldn't find documentation or tests for this feature.
Thanks for pointing this out, I added it as a task to our backlog queue.