From 3deaa18cfc4103f0cf6dd6de479f07d0d2db1abf Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 21 Apr 2021 22:15:24 -0400 Subject: Homepage --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3