summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-06 23:48:54 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-06 23:48:54 -0400
commit15eaa246ae30cc0050fd59a0864b445229464c31 (patch)
tree3b11caffa5e4fcb704ecc7d2c73719077cc9f5af /config
parent4ac5229d216bd6d18a2b6e39bf90f76cbdfbb7c3 (diff)
parent3602d46e95f9a13ec2a8ff0b0909059af64c55ba (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
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'