Changeset [4fdc2a73b5a028bf1a3df4ae7e53135ca0aa50d1] by Thorsten Böttger
November 24th, 2014 @ 07:47 AM
bugfix: really support block-guards (defined within a transition
block) #186
https://github.com/aasm/aasm/commit/4fdc2a73b5a028bf1a3df4ae7e53135...
Committed by Thorsten Böttger
- A spec/models/guard_within_block.rb
- M CHANGELOG.md
- M lib/aasm/event.rb
- M lib/aasm/transition.rb
- M spec/unit/callbacks_spec.rb
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.