0
votes
2answers
93 views
+100
Rails Devise + Devise-bascamper How to allow super user to login to any account?
I'm using devise and devise-basecamper for authentication with my subdomain based web app.
I would like to allow super users to access any of the accounts (basically any subdomain).
I'm not sure how ...