remove_from_list()
Removes the item from the list.
# File activerecord/lib/active_record/acts/list.rb, line 124 def remove_from_list if in_list? decrement_positions_on_lower_items update_attribute position_column, nil end end