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
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
In my code, if have 2 kinds of users, expert and client. If I initialize client, the resources allowed for expert are not accessible, and if I do not initialize client, then the resources for expert are accessible but not accessible for the client. How do I deal with this issue?
The text was updated successfully, but these errors were encountered:
I think you are better off using cancancan instead of cancan. Cancan isn't actively being maintained, and cancancan is.
Cancancan is a drop-in replacement of cancan. Try it out 😄
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my code, if have 2 kinds of users, expert and client. If I initialize client, the resources allowed for expert are not accessible, and if I do not initialize client, then the resources for expert are accessible but not accessible for the client. How do I deal with this issue?
The text was updated successfully, but these errors were encountered: