Changeset [608d23332c127fd20266c2d651c80c8d6e7a869b] by Thorsten Böttger

May 29th, 2013 @ 05:23 PM

fixing issue #69 (ActiveRecord scopes are not chainable)
https://github.com/aasm/aasm/commit/608d23332c127fd20266c2d651c80c8...

Committed by Thorsten Böttger

  • M CHANGELOG.md
  • M aasm.gemspec
  • M lib/aasm/persistence/base.rb
  • M spec/unit/persistence/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.