Changeset [6a8f57406f0ea6f94f3902655e1b327e48541ebe] by Peter Vandenberk

September 13th, 2010 @ 04:45 AM

Applying the following patch:

http://github.com/gvaughn/aasm/commit/e2a8ecac1026046ba9af9e7389a72...

... to ensure any event params are passed on to the guard method. http://github.com/rubyist/aasm/commit/6a8f57406f0ea6f94f3902655e1b3...

Committed by Peter Vandenberk

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