Guest User

Untitled

a guest
Apr 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Movies
  2. has_many :comments
  3. has_many :genres
  4. belongs_to :user
  5.  
  6. User
  7. has_many :comments
  8. has_many :movies
  9.  
  10. Comments
  11. has_many :movies
  12.  
  13.  
  14. User can create many movies into a global list of movies
  15. But he can also add movies into his personal library
  16. Movie has many comments from users and also many genres
Add Comment
Please, Sign In to add comment