Guest User

Untitled

a guest
Jun 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. There are two models: User and Course
  2.  
  3. A Course can have many students, of class user.
  4. A Course can have many professors, of class user.
  5.  
  6. A user can be in many courses, as student
  7. A user can be in many courses, as professors
  8.  
  9. How can I model this in Mongoid?
Add Comment
Please, Sign In to add comment