summaryrefslogtreecommitdiff
path: root/app/controllers
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 /app/controllers
parentae97abc3f47a7209ef8367a5781ca72ada90ddec (diff)
remove test code
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/static_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb
index 038cc19..6fc9490 100644
--- a/app/controllers/static_controller.rb
+++ b/app/controllers/static_controller.rb
@@ -1,7 +1,4 @@
class StaticController < ApplicationController
def homepage
end
-
- def test
- end
end