Changeset [ca7306d0bb5a79a0d51ec7048cba1a3374f4e398] by Thorsten Böttger

January 22nd, 2014 @ 03:28 PM

allow configuring behavior of nested transactions #107
https://github.com/aasm/aasm/commit/ca7306d0bb5a79a0d51ec7048cba1a3...

Committed by Thorsten Böttger

  • M CHANGELOG.md
  • M README.md
  • M lib/aasm/base.rb
  • M lib/aasm/persistence/active_record_persistence.rb
  • M spec/unit/persistence/active_record_persistence_spec.rb
New-ticket Create new ticket

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.