summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-04-13 20:05:14 -0400
committerDavid Gay <eapoems@riseup.net>2024-04-13 20:05:14 -0400
commit1ecee185d978d7b8a9ade89d8dc840fa87656860 (patch)
treed093507305f235b3070503ac599f2ff3fd424345 /app
parenta7db2503598883f28f0ce55a57d9ca934030acc7 (diff)
home controller
Diffstat (limited to 'app')
-rw-r--r--app/controllers/home_controller.rb4
-rw-r--r--app/views/home/index.html.erb2
2 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
new file mode 100644
index 0000000..95f2992
--- /dev/null
+++ b/app/controllers/home_controller.rb
@@ -0,0 +1,4 @@
+class HomeController < ApplicationController
+ def index
+ end
+end
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
new file mode 100644
index 0000000..2085730
--- /dev/null
+++ b/app/views/home/index.html.erb
@@ -0,0 +1,2 @@
+<h1>Home#index</h1>
+<p>Find me in app/views/home/index.html.erb</p>