From e10bf58ec059ec263c1d1a9dcac608475377868a Mon Sep 17 00:00:00 2001 From: nfoy Date: Thu, 6 Mar 2014 20:39:05 -0500 Subject: matches routed --- config/routes.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 2409eb2..72445c8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,12 +13,10 @@ Leaguer::Application.routes.draw do resources :teams - resources :matches - - resources :tournaments - - #set 'selected' to: 'tournaments#selected' via: 'get' - + resources :tournaments do + resources :matches + end + resources :servers root to: 'static#homepage' -- cgit v1.2.3