The title is very explanatory.
How can I integrate active_admin gem with cancan? I need administrative roles.
Thanks
|
The title is very explanatory. How can I integrate active_admin gem with cancan? I need administrative roles. Thanks |
|||
|
|
for a simple case, assuming there are 2 roles: normal_user , admin, if you just want to "admin" to access "/admin" (activeadmin's default namespace), while "normal_user" can not, I suggest you take a look a hook method:
|
|||
|
|
|
Following link is also helpful to set cancan with activeadmin. https://github.com/gregbell/active_admin/wiki/How-to-work-with-cancan |
|||
|
|
|
Nowadays there is a gem that do the work: https://github.com/11factory/activeadmin-cancan |
|||
|
|