Changeset [3970cc45b03f76bb290385d818234bc2e362e0ae] by Thorsten Böttger

July 10th, 2015 @ 08:16 AM

test support for Mongoid and multiple state machines per class
https://github.com/aasm/aasm/commit/3970cc45b03f76bb290385d818234bc...

Committed by Thorsten Böttger

  • A spec/unit/persistence/mongoid_persistence_multiple_spec.rb
  • M PLANNED_CHANGES.md
  • M spec/models/mongoid/no_scope_mongoid.rb
  • M spec/models/mongoid/simple_mongoid.rb
  • M spec/models/mongoid/simple_new_dsl_mongoid.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.