summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/main_controller.rb2
-rw-r--r--app/controllers/static_controller.rb4
2 files changed, 2 insertions, 4 deletions
diff --git a/app/controllers/main_controller.rb b/app/controllers/main_controller.rb
index 6519d7b..0ba4d94 100644
--- a/app/controllers/main_controller.rb
+++ b/app/controllers/main_controller.rb
@@ -1,2 +1,4 @@
class MainController < ApplicationController
+ def homepage
+ end
end
diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb
deleted file mode 100644
index 6fc9490..0000000
--- a/app/controllers/static_controller.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class StaticController < ApplicationController
- def homepage
- end
-end