attachment_fu icon indicating copy to clipboard operation
attachment_fu copied to clipboard

Upgrade Rails ActiveRecord update_all syntax post Rails 2.3.8

Open corlissc opened this issue 11 years ago • 0 comments

ActiveRecord#update_all was deprecated in Rails 2.3.8 and has since been replaced by ActiveRecord::Relation#update_all. With this change the method signature (accepted parameters) and usage have also changed requiring the refactoring.

corlissc avatar Oct 20 '14 18:10 corlissc