-
I want to create a mutiple user dashboard where some have rights to edit all and some have very lmited editing means only one specific model can i do that and what is the best multi user auth gem that i can use so in general in my rails app. |
Beta Was this translation helpful? Give feedback.
Answered by
excid3
Nov 24, 2024
Replies: 1 comment
-
Madmin uses standard Rails controllers, so you can add Pundit or any other authorization to them. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
v-d-k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Madmin uses standard Rails controllers, so you can add Pundit or any other authorization to them.