Skip to content
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

the_city_admin conflicts with the_city #7

Open
davbeck opened this issue Oct 28, 2013 · 0 comments
Open

the_city_admin conflicts with the_city #7

davbeck opened this issue Oct 28, 2013 · 0 comments

Comments

@davbeck
Copy link

davbeck commented Oct 28, 2013

It would appear that you cannot use the_city and the_city_admin at the same time.

Steps to reproduce:

  1. require 'the_city_admin'
  2. require 'the_city'

Result:

TypeError: superclass mismatch for class User

Or, if you reverse 1 and 2:

TypeError: superclass mismatch for class Group

Expected result:

The two gems should not conflict with each other. If needed, when using both, specify their fully qualified class name.

This was referenced Oct 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant