Changeset [1352b9b21599706fcb1842452168362e0a8fcafe] by Thorsten Böttger
October 12th, 2014 @ 10:16 AM
class-based events now returns a list of Event instances
(instead of a hash with event names as keys)
https://github.com/aasm/aasm/commit/1352b9b21599706fcb1842452168362...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M README_FROM_VERSION_3_TO_4.md
- M lib/aasm/aasm.rb
- M lib/aasm/base.rb
- M lib/aasm/instance_base.rb
- M lib/aasm/persistence/active_record_persistence.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.