summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-01 17:18:13 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-01 17:18:13 -0400
commitac77cea14d5708f47df42774b0b281391b2e3c89 (patch)
treecf66f26702c9648687438de1d4f09306ca453c20 /config
parent031b31dfcc2b99836021d6e251c78a9fc339d444 (diff)
parent0867bc68749873aa131c0f3b273771b5f70ae778 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 5c5bece..70e5359 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -20,6 +20,7 @@ Leaguer::Application.routes.draw do
root to: 'static#homepage'
+ get '/testsvg', to: 'static#test'
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".