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.

render 'shared/error_messages'でエラーが出たのを解決した

Posted at

原因

sharedディレクトリにerror_messagesファイルを置いていたのが原因でした。
layoutsディレクトリにファイルを移動するとすんなり解決しました。

エラー内容

renderメソッドでエラーメッセージを呼ぶためにsharedディレクトリの_error_messagesファイルを呼び出すようにしましたが、MissingTemplateと出てしまいました。

解決まで確認したこと

deviseを使ってのユーザー管理機能実装中の出来事だったのでコントローラーやマイグレーションファイルなどにスペルミスがないか、呼び出すファイルの名前を間違ってないかなどを確認しました。

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?