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
It would appear that you cannot use the_city and the_city_admin at the same time.
require 'the_city_admin'
require 'the_city'
TypeError: superclass mismatch for class User
Or, if you reverse 1 and 2:
TypeError: superclass mismatch for class Group
The two gems should not conflict with each other. If needed, when using both, specify their fully qualified class name.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It would appear that you cannot use the_city and the_city_admin at the same time.
Steps to reproduce:
require 'the_city_admin'
require 'the_city'
Result:
Or, if you reverse 1 and 2:
Expected result:
The two gems should not conflict with each other. If needed, when using both, specify their fully qualified class name.
The text was updated successfully, but these errors were encountered: