Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「uninitialized constant User::Nil」のようなエラーが表示された場合、それはどういう意味ですか?
ユーザーモデルに接続する認証モデルと関係があると思います... FBを介してサインインを設定しています。
nilどこかで誤って大文字にしたようです。
nil
class Foo def bar Nil end end Foo.new.bar # => NameError: uninitialized constant Foo::Nil