Changeset [d981489768040e34c7b660284b62bad5f317117e] by Thorsten Böttger

December 16th, 2013 @ 05:19 PM

Merge pull request #103 from aaronklaassen/91-initialize-without-validations

Initialize state even when skipping validations
https://github.com/aasm/aasm/commit/d981489768040e34c7b660284b62bad...

Committed by Thorsten Böttger

  • 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.