Ponciano Vieira

Joined

550 Experience
5 Lessons Completed
0 Questions Solved

Activity

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?