You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My user class is sth like BlahUser.
Configuration:
PolicyManager::Config.setupdo |c|
c.user_resource=BlahUser# defaults to Userc.admin_user_resource=BlahUser# defaults to User[...]end
When i visit /policies/user_portability_requests, i have an error saying that PortabilityRequests does not have a field blah_user_id. I had to change the migration CreatePolicyManagerPortabilityRequests by hand (rename user_id to blah_user_id).
Is it the expected behavior or am I missing sth? (or the Readme?)
The text was updated successfully, but these errors were encountered:
Version: 0.3.4
My user class is sth like
BlahUser
.Configuration:
When i visit
/policies/user_portability_requests
, i have an error saying thatPortabilityRequests
does not have a fieldblah_user_id
. I had to change the migrationCreatePolicyManagerPortabilityRequests
by hand (renameuser_id
toblah_user_id
).Is it the expected behavior or am I missing sth? (or the Readme?)
The text was updated successfully, but these errors were encountered: