From bb53f8ac2ab52301b32fe65ddc10a32f6bc730e8 Mon Sep 17 00:00:00 2001 From: tkimia Date: Tue, 22 Apr 2014 17:42:57 -0400 Subject: prelim search --- config/routes.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index f94bd2f..c1bbf52 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -24,8 +24,14 @@ Leaguer::Application.routes.draw do end root to: 'static#homepage' + get '/testsvg', to: 'static#test' + + get '/search', to: 'search#go' + end + + Leaguer::Application.routes.named_routes.module.module_eval do def match_path(match, options={}) tournament_match_path(match.tournament_stage.tournament, match, options) -- cgit v1.2.3