Changeset [ae0f78a83e9e9a19c64ccb9e273b8aff54593574] by Victor Shcherbakov

February 24th, 2017 @ 02:31 AM

Add whiny_persistence support and some tests for Mongoid
https://github.com/aasm/aasm/commit/ae0f78a83e9e9a19c64ccb9e273b8af...

Committed by Victor Shcherbakov

  • A spec/models/mongoid/invalid_persistor_mongoid.rb
  • A spec/models/mongoid/silent_persistor_mongoid.rb
  • A spec/models/mongoid/validator_mongoid.rb
  • M lib/aasm/persistence/mongoid_persistence.rb
  • M spec/unit/persistence/mongoid_persistence_multiple_spec.rb
  • M spec/unit/persistence/mongoid_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.