ランキング参加中プログラミング [TOP] 次>> まずは商品管理画面から注文一覧ページへのリンクを作成します。 「app/views/goods」フォルダの「index.html.erb」ファイルに「注文を見る」ボタンの実装です。 【app/views/goods/index.html.erb】 <% if notice %> <p id="notice"><%= notice %></p> <% end %> <h1>Railsはじめてマート</h1> <table> <thead> <tr> <th>商品画像</th> <th></th></tr></thead></table>…