-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
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
support for Mongoid 5 #71
Comments
yep, mongoid is not supported, sorry. |
Is there any update for mongoid support yet? I'm in a similar situation. I tried mimicking the migration files and added the fields to the model instead. Though, after this, I'm coming across #144 . Any luck with it? |
Community help here is welcome |
I created a PR that fixes this issue at #153. Please take a look at it and let me know what you think. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logs
rails g two_factor_authentication User --trace
insert app/models/user.rb
error mongoid [not found]
The text was updated successfully, but these errors were encountered: