From 2d097c71a32646fce3b90608cbffde9992c979ef Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Sun, 6 Apr 2014 23:29:40 -0400 Subject: holy shit matches actually move forward --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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' -- cgit v1.2.3-54-g00ecf