almokhtar said over 3 years ago on Sorting from Scratch :
  i really didn't understand the issue bellow can you please tell me why you changed column by list
  def set_item
    @item = @list.items.find(params[:id])
  end
the item moved between columns not lists ?? what i'm missing ?