I'm new in rails and want to create an app that has 3 different types of users: normal user, partners, admin
what i want to do is that in the navbar you could sign up like partner or normal user and later if you are a normal user could change to partner and i want to know the best way to make it.
Thanks.