Changeset [3860e57c72146aca584c7142a1a5e85515a3e971] by Thorsten Böttger

February 22nd, 2012 @ 06:06 AM

bugfix: make sure that scopes are still generated, even with the new DSL
https://github.com/rubyist/aasm/commit/3860e57c72146aca584c7142a1a5...

Committed by Thorsten Böttger

  • M lib/aasm/aasm.rb
  • M lib/aasm/persistence/active_record_persistence.rb
  • M spec/schema.rb
  • M spec/unit/active_record_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.