#データベースに保存した情報を一覧表示した後、その商品を選択し、別コントローラーのビューで表示させたいのですがうまくいきません。
アドバイスをいただけると幸いです。
#行った作業
#matchs_controller def index @matchs = Match.all.order("created_at DESC") end def show @match = Match.find(params[:id]) end
#show.html.erb <div class="show-offence-set-wrap"> <%= link_to "先攻で試合", order_fronts_path(@match.id), class:"show-order-create-btn"%> </div>
#以下で情報を受け取れません(◞‸◟)
#front_controller def index @score = Score.new @match = Match.find(params[:match_id]) end
このような記述をしビュー画面に遷移するとCouldn't find Match without an IDとエラーがでます。
説明が足りないかもしれませんが、アドバイスをいただけないでしょうか?
よろしくおねがいします。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。