Skip to content

FixBUG mongoid#304

Open
kairel wants to merge 1 commit intoRolifyCommunity:masterfrom
coreye:master
Open

FixBUG mongoid#304
kairel wants to merge 1 commit intoRolifyCommunity:masterfrom
coreye:master

Conversation

@kairel
Copy link
Copy Markdown

@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
Copy Markdown

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

2 participants