diff options
author | David Gay <david@davidgay.org> | 2021-04-21 22:15:24 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-04-21 22:15:24 -0400 |
commit | 3deaa18cfc4103f0cf6dd6de479f07d0d2db1abf (patch) | |
tree | f1692c0a8193973a4d54085f1d8f05c1e12bfe44 /config | |
parent | 3e85487fcad7f43ba0abd7fbb0a3b0bad619091b (diff) |
Homepage
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
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 |