Closed elithecho closed 8 years ago
Sorry, after doing a bit of digging I found this. https://github.com/nviennot/devise-nobrainer/issues/6 Thanks for the fix, used the master branch for now. 👍
ah yes, I should release the new gem
Cool, thanks for keeping this gem alive :+1:
is there any plan to release the new gem?
Done!
thanks a lot
Not sure if it's a nobrainer or devise-nobrainer issue.
Gotten fatal error
RuntimeError: Fatal: The model 'User' is already registered and partially loaded.
when using devise-nobrainer. No class methods were declared but fatal error was raised and this is the only model in the app.The only way to get rid of this is to kill spring and restart the app.
This is how my
User
model looks like