summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-01 23:49:38 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-01 23:49:38 -0500
commit5e11b5212272613367193f90a0a211f4fa08b2af (patch)
treeb6e19db560241ed3422f150d81877691b1c52159 /config/routes.rb
parent6afb9ac595b025b06c7664e600aa3781c217651f (diff)
parentc1f3f731cdf3201905fd8797dd4fe33783f2bc53 (diff)
Merge branch 'master' of github.com:LukeShu/leager
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f13c891..3c49858 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -13,6 +13,10 @@ Leaguer::Application.routes.draw do
resources :servers
+ resources :games
+
+ root "tournaments#index"
+
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".