Incorrectly defined user_class on Ruby 3.0.6, Rails 6.1 #355
Labels
bug
Something isn't working
can't replicate
The issue described can't be replicated, and requires additional information
Configuration
0.15.0
3.0.6
Rails 6.1
Ubuntu
Expected Behavior
Access http://localhost:3000/
Enter email and password
Successful login
Actual Behavior
ArgumentError in SessionsController#create
You have incorrectly defined user_class or have forgotten to define it in intitializer file (config.user_class = 'User').
Steps to Reproduce
config.user_class = "Suser"
The text was updated successfully, but these errors were encountered: