Changeset [9d655e8c3ab9c4ae45238a78d7ab7a1c1822d878] by Thorsten Böttger

May 29th, 2013 @ 05:23 PM

fixed deprecation warning with Rails 4 (Relation#update_all with conditions is deprecated)
https://github.com/aasm/aasm/commit/9d655e8c3ab9c4ae45238a78d7ab7a1...

Committed by Thorsten Böttger

  • M CHANGELOG.md
  • M lib/aasm/persistence/active_record_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.