Changeset [05d64cdf37a909a7c97f08c6bdbe80be928945bb] by Thorsten Böttger
October 24th, 2012 @ 04:03 AM
supporting ActiveRecord transactions when firing an event
https://github.com/aasm/aasm/commit/05d64cdf37a909a7c97f08c6bdbe80b...
Committed by Thorsten Böttger
- A spec/models/transactor.rb
- A spec/models/worker.rb
- M CHANGELOG.md
- M README.md
- M lib/aasm/aasm.rb
- M lib/aasm/persistence/active_record_persistence.rb
- M spec/schema.rb
- M spec/unit/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.