0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Railsのエラー undefined method `image_name' for nil:NilClass の対処

Posted at

発生した問題

Progate学習のアウトプットのため学習したアプリを同じように作成。
投稿一覧画面に投稿者とその投稿者の画像を表示させる内容。

見本通り入力したところ、undefined method 'image_name' for nil:NilClassのエラー
が。

試したこと

・post.rb、views/posts/index.html.erb、関連部分のメソッド、srcの値等の入力ミスがないか確認→問題なし

解決方法

ググったり色々試した結果、rails db:migrateしたらなおりました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?