Changeset [a3700b28267437c12c94e34f67a6a02c287167ba] by Thorsten Böttger

August 6th, 2013 @ 10:55 AM

added configuration option to disable automatic scope creation
https://github.com/aasm/aasm/commit/a3700b28267437c12c94e34f67a6a02...

Committed by Thorsten Böttger

  • A spec/models/mongoid/no_scope_mongoid.rb
  • M CHANGELOG.md
  • M README.md
  • M lib/aasm/base.rb
  • M lib/aasm/persistence/base.rb
  • M spec/models/persistence.rb
  • M spec/schema.rb
  • M spec/unit/persistence/active_record_persistence_spec.rb
  • M spec/unit/persistence/mongoid_persistance_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.