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.

【エラー文】LoadErrorを解決するには

Last updated at Posted at 2020-07-05

#LoadErrorを解決するには
新しいルート、コントローラー、ビューを作った所にLoadError発生。
初めてみるエラーに遭遇しました。

a9eba52c9101e535dad59a0d0388ef15.png

##解決法
調べるとコントローラー名が違うと指摘されていたことがわかりました
あああ.png

Profileのsが抜けていました
class ProfileControllerから
class ProfilesControllerに正しく直してあげるとエラー解決しました!

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?