summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-06 23:29:40 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-06 23:29:40 -0400
commit2d097c71a32646fce3b90608cbffde9992c979ef (patch)
tree83c8fd34674d789a14f0ce5dc92655deeaaacf4a /config
parent628173fce3de8f5d3e31109b3aa7c964fdab38ca (diff)
holy shit matches actually move forward
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 3a23a68..fb92118 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -15,7 +15,7 @@ Leaguer::Application.routes.draw do
resources :teams
resources :tournaments do
- resources :matches, only: [:index, :show]
+ resources :matches, only: [:index, :show, :update]
end
root to: 'static#homepage'