summaryrefslogtreecommitdiff
path: root/core/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'core/app/controllers')
-rw-r--r--core/app/controllers/.gitkeep0
-rw-r--r--core/app/controllers/home_controller.rb5
2 files changed, 5 insertions, 0 deletions
diff --git a/core/app/controllers/.gitkeep b/core/app/controllers/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/controllers/.gitkeep
diff --git a/core/app/controllers/home_controller.rb b/core/app/controllers/home_controller.rb
new file mode 100644
index 0000000..7db5397
--- /dev/null
+++ b/core/app/controllers/home_controller.rb
@@ -0,0 +1,5 @@
+
+class HomeController < ApplicationController
+ def index
+ end
+end