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.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb
index 6fc9490..038cc19 100644
--- a/app/controllers/static_controller.rb
+++ b/app/controllers/static_controller.rb
@@ -1,4 +1,7 @@
class StaticController < ApplicationController
def homepage
end
+
+ def test
+ end
end