summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-23 20:23:35 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-23 20:23:35 -0400
commit0a2f0fb40fc7342351e8bc66f3c67b84b1bb543b (patch)
tree8c247732c1daec8427380f44c00b2602899a27a1 /config
parentae97abc3f47a7209ef8367a5781ca72ada90ddec (diff)
remove test code
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 5d53c0e..1ce6e05 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -21,8 +21,6 @@ Leaguer::Application.routes.draw do
root to: 'static#homepage'
- get '/testsvg', to: 'static#test'
-
get '/search', to: 'search#go'
end