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

FixBUG mongoid #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

FixBUG mongoid #304

wants to merge 1 commit into from

Conversation

kairel
Copy link

@kairel kairel commented Dec 30, 2014

Hi ,

With mongoid 4.0.0 , rails 4.1.8, i've a problem with "with_role" method.
In code "role_table_name" is used , but for mongoid with namespace it don't work..
In my case i've "Organization::Security::Role" classe name and when the method is called ,it use tableize but it's wrong..
I've changed role_table_name by role_cname.

In mongoid adapter , i've changed the "where" into "in", in my case mongoid raise an query error for resource_type wiht where but not with in method

Michael

@coveralls
Copy link

Coverage Status

Coverage increased (+19.55%) when pulling 0877435 on coreye:master into 5856f46 on RolifyCommunity:master.

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 this pull request may close these issues.

None yet

2 participants