Changeset [089e6d98079965f3a623094a93c5d516278a881b] by Thorsten Böttger

March 19th, 2016 @ 12:42 AM

Merge branch 'brega-transition_success_callbacks'
https://github.com/aasm/aasm/commit/089e6d98079965f3a623094a93c5d51...

Committed by Thorsten Böttger

  • M CHANGELOG.md
  • M README.md
  • M lib/aasm/aasm.rb
  • M lib/aasm/core/event.rb
  • M lib/aasm/core/transition.rb
  • M spec/models/callbacks/basic.rb
  • M spec/models/callbacks/guard_within_block.rb
  • M spec/models/callbacks/multiple_transitions_transition_guard.rb
  • M spec/models/callbacks/with_args.rb
  • M spec/models/callbacks/with_state_arg.rb
  • M spec/models/parametrised_event.rb
  • M spec/unit/callbacks_spec.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.