mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-09 07:28:16 -07:00
Add in the news page
This commit is contained in:
parent
aff7b04ed4
commit
7ba18bb171
18 changed files with 72 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue