DEV Community

Discussion on: How best do I structure my User database?

Collapse
 
n8chz profile image
Lorraine Lee

I like the (admittedly ancient) VMS model of user privileges where it's assumed that the relationship between users and privileges is many-to-many. A particular user has a particular privilege, or does not. Unfortunately, Rails seems to eschew many-to-many relationships.