summaryrefslogtreecommitdiff
path: root/config/routes.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 /config/routes.rb
parent3e85487fcad7f43ba0abd7fbb0a3b0bad619091b (diff)
Homepage
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c06383a..d5adf35 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,3 +1,3 @@
Rails.application.routes.draw do
- # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
+ root to: "home#index", as: :home_index
end