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.

「Undifined method 'upload' for nil:NilClass」エラーの対処

Last updated at Posted at 2021-01-26

概要

Active Storageを利用する際に、「Undifined method 'upload' for nil:NilClass」エラーが出る。

状況

  1. rails version -5.2.2.4でアプリケーションを作成
  2. ActiveStorageをインストール
  3. Model, Controller, Viewファイル作成
  4. ブラウザでファイルのアップデートを実行すると、概要のエラーが発生

解決策

こちらの記事と全く同じ症状であることが発覚。
同様の対処法で解決した。

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?