Rails5.1 | 24 | Webアプリケーション開発 | 買い物カートの削除機能

ランキング参加中プログラミング [TOP] 次>> 買い物カートから、商品を削除出来る機能を実装していきます。 まずは「line_items_controller.rb」の編集です。 【app/controllers/line_items_controller.rb】 class LineItemsController < ApplicationController before_action :set_line_item, only: [:show, :edit, :upda…