Add in the news page

This commit is contained in:
rebuilt 2022-11-22 16:27:58 -08:00
parent aff7b04ed4
commit 7ba18bb171
18 changed files with 72 additions and 1 deletions

View file

@ -11,6 +11,8 @@ Rails.application.routes.draw do
resources :work_with_ecp, only: :index
resources :construction, only: :index
resources :district_leader, only: :index
resources :in_the_news, only: :index
get 'in_the_news/download_pdf', to: "in_the_news#download_pdf"
resources :home, only: %i[index create]
resources :contacts, only: %i[new create]