Multiple user types App design
Hello,
Thanks for your time :)
My app have 3 type of humans.
- Admins
- Users (regular ones) | only read.
- BusinessUsers (creating self records)
I'm using devise gem for users.
I'm interesting the best way to design those scenario.
- use devise with multiple user types
- make three different models
Please share your best practise.
Generally, the easiest is use 1 Devise model and separate models for the type of user. That way everyone uses the same sign in page.