![](https://secure.gravatar.com/avatar/0b991564d374e3cf3c7a74a12d51a86c.png?default=mp&rating=pg&size=250)
Qasem Hajizadeh
Joined
50 Experience
0 Lessons Completed
0 Questions Solved
Activity
I have these models: Sport,
Country,
League
and Match
Also I do have SportsController,
CountriesController
, LeaguesControlle
r and MatchsController
So the question is:
1: how i can set relation between models ?
2: how i can set routs like this
sport/sport_id(slug)/country_id(slug)/league_id(slug)/match_id
sports/soccer/england/premier-league/52346
Note : all of the countries don't have all sports for example Soccer Sport exist in all countries but volleyball exist in some countries