diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 876667f..f13c891 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,18 @@ Leaguer::Application.routes.draw do + resources :pms + + resources :alerts + + resources :users + + 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". |