I have an application in Ruby on Rails, I use the gem devise to authenticate my users but I have to assign roles to those users (Main Adm., Article Manager and User). I would like to have routes and views for each user. They could tell me how I could do it. Thanks