Add mission page to routes

This commit is contained in:
rebuilt 2023-03-14 13:02:52 -07:00
parent 633bc73e04
commit af597028bd

View file

@ -10,10 +10,10 @@ Rails.application.routes.draw do
get 'resource/download_pdf', to: 'resource#download_pdf'
resources :research, only: :index
get 'research/download_pdf', to: 'research#download_pdf'
resources :work_with_ecp, only: :index
resources :construction, only: :index
resources :district_leader, only: :index
resources :in_the_news, only: :index
resources :mission, only: :index
get 'in_the_news/download_pdf', to: 'in_the_news#download_pdf'
resources :home, only: %i[index create]