diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-03-01 21:31:39 -0500 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-03-01 21:31:39 -0500 |
commit | 9d64e8898f767b42ce231b34abe4333007d7d0df (patch) | |
tree | 11bbce24facfdbdeed59cfd7a2ebf041bf649782 /config | |
parent | 7d119f1bf59a0b74c212981d52cffb1374701bad (diff) |
Added bootstrap and games to routes
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index f13c891..bc29e15 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,6 +13,8 @@ Leaguer::Application.routes.draw do resources :servers + resources :games + # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". |