You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2019. It is now read-only.
This was exercise 9.28, and my implementation of something must have been wrong because when this test is called (in users_login_test.rb: 41) it throws an error about 'remember_token' not being defined for nil:NilClass, meaning that for some reason a nil User is being passed to this function.
This was exercise 9.28, and my implementation of something must have been wrong because when this test is called (in users_login_test.rb: 41) it throws an error about 'remember_token' not being defined for nil:NilClass, meaning that for some reason a nil User is being passed to this function.