LoginSignup
Koki-Morinaka
@Koki-Morinaka (森中 恒希)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

deviseのsign_up機能とsign_in機能が使えなくなりました。

解決したいこと

ここに解決したい内容を記載してください。
deviseのsign_up機能とsign_in機能が使えなくなりました。
sessioncontrollerはvscode上にないため、対処の方法がわかりません。turboなどはちゃんと対応しています。
ご回答お願いいたします。

発生している問題・エラー

NoMethodError in Devise::SessionsController#new
undefined method `empty?' for #<User id: nil, email: "", created_at: nil, updated_at: nil>
Extracted source (around line #450):

              
      else
        match = matched_attribute_method(method.to_s)
        match ? attribute_missing(match, *args, &block) : super
      end
    end
    ruby2_keywords(:method_missing)
0

No Answers yet.

Your answer might help someone💌