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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
Enter the rails console
Add your new role
*Use this to display all of your roles
*To Delete Roles