summaryrefslogtreecommitdiff
path: root/app/controllers/static_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/static_controller.rb')
-rw-r--r--app/controllers/static_controller.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb
deleted file mode 100644
index 038cc19..0000000
--- a/app/controllers/static_controller.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class StaticController < ApplicationController
- def homepage
- end
-
- def test
- end
-end