mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
Fix broken file downloads
This commit is contained in:
parent
a173740ded
commit
f2089c2eeb
6 changed files with 9 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ Rails.application.routes.draw do
|
|||
resources :qpa, only: :index
|
||||
resources :resource, only: :index
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue