Changeset [b6d5a0d7fae7ef568b8fe50a34cf543dfc620dbf] by Chris Woodrich

October 22nd, 2015 @ 04:23 AM

Add failed callback(s) into InvalidTransition exception
https://github.com/aasm/aasm/commit/b6d5a0d7fae7ef568b8fe50a34cf543...

Committed by Chris Woodrich

  • M lib/aasm/aasm.rb
  • M lib/aasm/core/event.rb
  • M lib/aasm/core/transition.rb
  • M lib/aasm/errors.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.