For using Multiple "roles" on Users in rails_admin CanCan seems to be a great choice. So I added a Boolean Attribute "admin" to the User-Model and tell CanCan to allow access to rails_admin only if this is present.
But isn't this a security issue? How can I be sure, that nobody is able to change the attribute?