diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-06 23:48:54 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-06 23:48:54 -0400 |
commit | 15eaa246ae30cc0050fd59a0864b445229464c31 (patch) | |
tree | 3b11caffa5e4fcb704ecc7d2c73719077cc9f5af /config | |
parent | 4ac5229d216bd6d18a2b6e39bf90f76cbdfbb7c3 (diff) | |
parent | 3602d46e95f9a13ec2a8ff0b0909059af64c55ba (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
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' |