Changeset [46878f9c3e73604d437c41f7768b1933b1cbc627] by Adrien Siami

September 3rd, 2013 @ 07:13 AM

Allow a block to be called when running a transition
https://github.com/aasm/aasm/commit/46878f9c3e73604d437c41f7768b193...

Committed by Adrien Siami

  • M lib/aasm/aasm.rb
  • M lib/aasm/base.rb
  • M lib/aasm/persistence/active_record_persistence.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.