Changeset [9afb719113c1c6c50e2d669183c594659fd0a5bc] by Sergio Cambra

February 5th, 2016 @ 10:31 AM

use table_name => { attribute => name } for scopes instead of "table_name.attribute" => name
https://github.com/aasm/aasm/commit/9afb719113c1c6c50e2d669183c5946...

Committed by Sergio Cambra

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