Changeset [aba2d5b8ed03366ba0f35451390b020bf99b4f6c] by Thorsten Böttger
January 7th, 2016 @ 06:48 PM
Merge pull request #282 from HoyaBoya/feature/introduce_before_all_transitions
New Callbacks - Transactions, All Events, Ensure
https://github.com/aasm/aasm/commit/aba2d5b8ed03366ba0f35451390b020...
Committed by Thorsten Böttger
- M README.md
- M lib/aasm/aasm.rb
- M lib/aasm/base.rb
- M lib/aasm/core/event.rb
- M lib/aasm/persistence/active_record_persistence.rb
- M spec/models/callbacks/basic.rb
- M spec/models/foo.rb
- M spec/models/validator.rb
- M spec/unit/callbacks_spec.rb
- M spec/unit/persistence/active_record_persistence_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.