mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-15 02:05:55 -07:00
Add mission page to routes
This commit is contained in:
parent
633bc73e04
commit
af597028bd
1 changed files with 1 additions and 1 deletions
|
|
@ -10,10 +10,10 @@ Rails.application.routes.draw do
|
||||||
get 'resource/download_pdf', to: 'resource#download_pdf'
|
get 'resource/download_pdf', to: 'resource#download_pdf'
|
||||||
resources :research, only: :index
|
resources :research, only: :index
|
||||||
get 'research/download_pdf', to: 'research#download_pdf'
|
get 'research/download_pdf', to: 'research#download_pdf'
|
||||||
resources :work_with_ecp, only: :index
|
|
||||||
resources :construction, only: :index
|
resources :construction, only: :index
|
||||||
resources :district_leader, only: :index
|
resources :district_leader, only: :index
|
||||||
resources :in_the_news, only: :index
|
resources :in_the_news, only: :index
|
||||||
|
resources :mission, only: :index
|
||||||
get 'in_the_news/download_pdf', to: 'in_the_news#download_pdf'
|
get 'in_the_news/download_pdf', to: 'in_the_news#download_pdf'
|
||||||
resources :home, only: %i[index create]
|
resources :home, only: %i[index create]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue