Update welcome page

This commit is contained in:
rebuilt 2023-03-09 18:30:35 -08:00
parent 98b9134779
commit e5e0d6f6df
20 changed files with 792 additions and 125 deletions

View file

@ -17,7 +17,7 @@ Rails.application.routes.draw do
get 'in_the_news/download_pdf', to: 'in_the_news#download_pdf'
resources :home, only: %i[index create]
resources :contacts, only: %i[new create]
resources :contacts, only: %i[index new create]
root 'home#index'
end