-
Notifications
You must be signed in to change notification settings - Fork 37
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
Some people say that gem does not work with rails 4.2 like it cannot load some modules #14
Comments
FYI: rails g admin:scaffold_controller TermsOfService details:string --parent_controller=administration |
i have this issue too
Gemfile
|
I did some research. Tmp solution:
P.S. It is not issue of devise. It is conflict between name of generated by devise class and name of existing module in current gem. Sorry for my English;) |
Thanks so much @maslenkov...your solution solved my issue. |
I have a problem. After active, it said that : "Model Users could not be found". Help me please!!! |
@anhkt can you add more details. And please push minimal app which reproduces this bug. |
No description provided.
The text was updated successfully, but these errors were encountered: