Changeset [13c8e96fe7cc3ecfc0ba471abe60bc13495e56b6] by Thorsten Böttger

December 4th, 2014 @ 06:07 PM

bugfix: initialize the aasm state column after initialization of the ActiveRecord instance #191
https://github.com/aasm/aasm/commit/13c8e96fe7cc3ecfc0ba471abe60bc1...

Committed by Thorsten Böttger

  • M CHANGELOG.md
  • M lib/aasm/persistence/active_record_persistence.rb
  • M lib/aasm/persistence/mongoid_persistence.rb
  • M spec/database.rb
  • M spec/models/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.