How to implement signup page for devise for two types of users?
Hi there,
I would like to implement STI for devise which will have two types of users. The first type of user is allowed to signup and I have called this as "PublicUser" and the second type of user is "User" which can only be registered within the application by an admin. How do I implement this?