エラー文が出て解決出来ません。
対象エラー文
NoMethodError in Posts#index
Showing /home/vagrant/work/town_i/app/views/posts/index.html.erb where line #23 raised:
undefined method `name' for #Post:0x00000000065d8800
Extracted source (around line #23):
21
22
23
24
25
26
<% @posts.each do |contributor| %>
<td><%= contributor.name %></td> <td><%= contributor.explanation %></td> <td><%= contributor.image %></td>
記述
index ページ
<tbody> <% @posts.each do |contributor| %></tbody> </table><td><%= contributor.name %></td> <td><%= contributor.explanation %></td> <td><%= contributor.image %></td> <% end %>
seed 情報
Contributor.create!(
type_id: 1,
name: '太郎',
explanation: '説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。',
image: File.open('./app/assets/images/big-star.png'),
)
Contributor.create!(
type_id: 2,
name: '鈴木',
explanation: '説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。',
image: File.open('./app/assets/images/big-star.png'),
)
Contributor.create!(
type_id: 3,
name: '佐藤',
explanation: '説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。',
image: File.open('./app/assets/images/big-star.png'),
)
Contributor.create!(
type_id: 4,
name: '太田',
explanation: '説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。',
image: File.open('./app/assets/images/big-star.png'),
)
Contributor.create!(
type_id: 5,
name: '田中',
explanation: '説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。説明文です。',
image: File.open('./app/assets/images/big-star.png'),
)
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/18 06:18 編集
2020/05/18 06:20
2020/05/18 06:58
2020/05/18 08:12
2020/05/18 09:24