Changeset [68d945f0fbb747d20fc2abe935aefac88b960eeb] by Thorsten Böttger

February 10th, 2017 @ 06:28 AM

move mongoid and mongo_mapper loading and initialisation into its own file
https://github.com/aasm/aasm/commit/68d945f0fbb747d20fc2abe935aefac...

Committed by Thorsten Böttger

  • A spec/spec_helpers/mongo_mapper.rb
  • A spec/spec_helpers/mongoid.rb
  • M spec/unit/persistence/mongo_mapper_persistence_multiple_spec.rb
  • M spec/unit/persistence/mongo_mapper_persistence_spec.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.