acts_as_list
acts_as_list copied to clipboard
Remove use of update_attribute
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.