Changeset [5a8454221f0352aba37115c491220e016ea78872] by Luke Roberts

March 1st, 2015 @ 11:08 PM

reference state machine object and event in invalid transition error so end user can intelligently handle
https://github.com/aasm/aasm/commit/5a8454221f0352aba37115c491220e0...

Committed by Luke Roberts

  • M lib/aasm/aasm.rb
  • M lib/aasm/errors.rb
  • M spec/unit/transition_spec.rb
New-ticket Create new ticket

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.