I have two devise models.
devise_for :contractors
devise_for :customers
To make it easier for the users and also cleaner on the frontend. I wish one sign in form in my navbar through both customers and contractors can sign in.
what is the right away to solve this problem?
Thanks