From 136b86453000aa6ad3a099efb96d85232eb2eeb5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Apr 2014 15:43:07 -0400 Subject: tidy --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 8c91ee1..8ec4432 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,4 @@ +# -*- Mode: Ruby; Ruby-indent-level: 2; Indent-tabs-mode: nil -*- Leaguer::Application.routes.draw do resources :brackets @@ -17,6 +18,7 @@ Leaguer::Application.routes.draw do #match 'simple_captcha/:id', :to => 'simple_captcha#show', :as => :simple_captcha resources :teams + resources :tournaments do resources :matches, only: [:index, :show, :update] end -- cgit v1.2.3