フリマアプリで商品編集ボタンを押すとこのようなエラーが出ました。エラー文がまだまだわからず困っています
<div class="items-sell-contents"> <header class="items-sell-header"> <%= link_to image_tag('furima-logo-color.png' , size: '185x50'), "/" %> </header> <div class="items-sell-main"> <h2 class="items-sell-title">商品の情報を入力</h2> <%= form_with model: @item, local: true do |f| %> <%= render partial: 'shared/error_messages', model: f.object %>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/31 08:11
2020/10/31 08:28