Skip to content

AlexeyShpavda/MovieApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelApp

Ruby On Rails Practice

Actors and movies modeled using a many-to-many relationship. In Rails, this implemented using a has_many :through association. The has_many :through association joins two models via a third model.