Closed bhushangahire closed 7 years ago
I haven't tried it. Does https://github.com/sferik/rails_admin/wiki/Customized-authorization help you?
I had to use role-based customization for each model. I moved to Cancancan.
There's no reason you can't check roles in an Authority authorizer or in a Pundit policy, but perhaps rails_admin doesn't make it as easy to use them?
How I can integrate this with rails_admin gem ?