summaryrefslogtreecommitdiff
path: root/app/controllers/home_controller.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-21 22:15:24 -0400
committerDavid Gay <david@davidgay.org>2021-04-21 22:15:24 -0400
commit3deaa18cfc4103f0cf6dd6de479f07d0d2db1abf (patch)
treef1692c0a8193973a4d54085f1d8f05c1e12bfe44 /app/controllers/home_controller.rb
parent3e85487fcad7f43ba0abd7fbb0a3b0bad619091b (diff)
Homepage
Diffstat (limited to 'app/controllers/home_controller.rb')
-rw-r--r--app/controllers/home_controller.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
new file mode 100644
index 0000000..13e5d35
--- /dev/null
+++ b/app/controllers/home_controller.rb
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+class HomeController < ApplicationController
+ #skip_before_action :authenticate_user!
+
+ def index
+ end
+end