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

allow to select the primary key of the resource (instead of id, which is the default) #494

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

dowi
Copy link

@dowi dowi commented Sep 5, 2018

another thing to do is add the new field name to the Role model like so

belongs_to :resource,
:polymorphic => true,
:optional => true,
primary_key: "uuid_for_roles"

@coveralls
Copy link

coveralls commented Sep 5, 2018

Coverage Status

Coverage increased (+1.0%) to 93.249% when pulling a895ac8 on dowi:master into 522c0d7 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