Skip to content

Ruby On Rails Practice | has_many, belongs_to associations

License

Notifications You must be signed in to change notification settings

AlexeyShpavda/TravelApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelApp

Ruby On Rails Practice

Connected a Tag to its Destinations using associations. A tag has_many destinations, and a destination belongs_to one tag