Changeset [72b0257734ba036880782599e4edd6aa61ed4e38] by Thorsten Böttger

September 12th, 2014 @ 08:30 AM

callback :on_transition renamed to :after and changed its binding (see #59)
https://github.com/aasm/aasm/commit/72b0257734ba036880782599e4edd6a...

Committed by Thorsten Böttger

  • A lib/aasm/dsl_helper.rb
  • M CHANGELOG.md
  • M README.md
  • M README_FROM_VERSION_3_TO_4.md
  • M lib/aasm.rb
  • M lib/aasm/event.rb
  • M lib/aasm/transition.rb
  • M spec/models/auth_machine.rb
  • M spec/models/callback_new_dsl.rb
  • M spec/models/double_definer.rb
  • M spec/models/parametrised_event.rb
  • M spec/unit/event_spec.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.