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:
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.
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.