From d28c9b6f33ae4a95d620d46caa3799292b39480b Mon Sep 17 00:00:00 2001 From: Tomer Kimia Date: Sun, 2 Mar 2014 11:11:04 -0500 Subject: added preliminary homepage --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 3c49858..7d898b8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,7 +15,7 @@ Leaguer::Application.routes.draw do resources :games - root "tournaments#index" + root to: 'static#homepage' # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". -- cgit v1.2.3-2-g168b