Reputation: 52540
I've implemented Devise for a Rails 3.2.8 app. Very easy, seems to work fine. But the documentation suggests creating a whole separate table with email/passwords for an admin role. I need admins in our system to also be treated like users, they just have extra permissions. Does Devise help in this or are there good extensions for authorization? Or am I expected to create an additional Role model or field in the User model to deal with this?
Upvotes: 1
Views: 1114