Changeset [6550abee3843a289d3ac65c5339a0c302ca65f64] by Thorsten Böttger

September 9th, 2014 @ 04:09 PM

re-activated state.exit and state.enter callbacks; switched running guards to let event guards run before transition guards (step 3)
https://github.com/aasm/aasm/commit/6550abee3843a289d3ac65c5339a0c3...

Committed by Thorsten Böttger

  • M callbacks.txt
  • M lib/aasm/aasm.rb
  • M lib/aasm/event.rb
  • M spec/models/callback_new_dsl.rb
  • M spec/unit/callbacks_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.