multiple routes to same controller action

You will have to add an "if" on your index action, if there is a "params[:tourney_id]" load the tourney and then load the matches, otherwise load the player and the matches.