I am making an app that started with Rails Composer, Devise, CanCan, Twitter Bootstrap.
I know how to set the users permissions using the ability model. How do I add more roles to attribute certain permissions to?
|
I am making an app that started with Rails Composer, Devise, CanCan, Twitter Bootstrap. I know how to set the users permissions using the ability model. How do I add more roles to attribute certain permissions to? |
|||
|
|
|
I was unable to find any help during my search, so here is what I came up with on my own. Somewhere between rolify and rails composer, a Role table is made.
*Use this to display all of your roles
*To Delete Roles
|
|||
|
|