We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After adding the gem, everytime I call my user model
User.where(...
I get the this namespace error. Quick to fix is to call
::User.where(...
But how can we solve that globally ?
The text was updated successfully, but these errors were encountered:
I have fixed this issue. Take a look https://github.com/atherplero/mongoid_userstamp You just have to add UserstampUser instead of User in your user model.
Sorry, something went wrong.
No branches or pull requests
After adding the gem, everytime I call my user model
I get the this namespace error. Quick to fix is to call
But how can we solve that globally ?
The text was updated successfully, but these errors were encountered: