Changeset [e48fcc1161ae61db4c541d6152772f0edd9a22ed] by Thorsten Böttger

December 6th, 2014 @ 05:15 AM

bugfix: initialize the aasm state column after initialization of the ActiveRecord instance only if the attribute has been loaded #193
https://github.com/aasm/aasm/commit/e48fcc1161ae61db4c541d6152772f0...

Committed by Thorsten Böttger

  • M CHANGELOG.md
  • M aasm.gemspec
  • 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.