acts_as_list icon indicating copy to clipboard operation
acts_as_list copied to clipboard

Remove use of update_attribute

Open soffes opened this issue 12 years ago • 0 comments

Calling move_to_bottom causes the following warning:

DEPRECATION WARNING: update_attribute is deprecated and will be removed in Rails 4. If you want to skip mass-assignment protection, callbacks, and modifying updated_at, use update_column. If you do want those things, use update_attributes.

soffes avatar Jul 26 '12 22:07 soffes