summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-02 15:59:50 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-02 15:59:50 -0500
commiteaf3d3cddf418c560c9619f722ea1dbc5d6cc61a (patch)
tree85d2e147a410ae528425595282aa4d7235152df8 /config
parentb677983475513c78108406901fccd5cbe9604ca6 (diff)
currently adding Session controller and view
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 876667f..149c321 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,4 +1,18 @@
Leaguer::Application.routes.draw do
+ resources :games
+
+ resources :pms
+
+ resources :alerts
+
+ resources :teams
+
+ resources :matches
+
+ resources :tournaments
+
+ resources :servers
+
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".