Hi-
I just started using devise and so far it's been great. Today I added
additional functionality to support an admin role but after reading
some posts in this group, I realized that I don't think I need this
additional role and would like to remove it.
Is there a devise way for rolling back all of the additional
functionality for adding the admin role as defined here?
https://github.com/plataformatec/devise/wiki/How-To:-Add-an-Admin-role
I realized that really all I needed was the attribute of is_admin
added to my user model.
Thanks!