Changeset [d49b2634a49028e5a1f05398b6b0fb4d082ed643] by Thorsten Böttger

March 18th, 2016 @ 05:42 AM

Merge pull request #336 from csmuc/refactor_create_scopes

Move creation of scopes to persistence adapaters
https://github.com/aasm/aasm/commit/d49b2634a49028e5a1f05398b6b0fb4...

Committed by Thorsten Böttger

  • M lib/aasm/persistence/active_record_persistence.rb
  • M lib/aasm/persistence/base.rb
  • M lib/aasm/persistence/mongo_mapper_persistence.rb
  • M lib/aasm/persistence/mongoid_persistence.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.