Changeset [a8de03fb5131ef5d26f95440f360636642002aa2] by Thorsten Böttger
August 16th, 2014 @ 05:14 AM
Merge pull request #164 from roberthoner/removing_unnecessary_active_record_commits
No longer creating transaction when not persisting
https://github.com/aasm/aasm/commit/a8de03fb5131ef5d26f95440f360636...
Committed by Thorsten Böttger
- M lib/aasm/persistence/active_record_persistence.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.