Fix broken file downloads

This commit is contained in:
rebuilt 2022-11-22 06:41:03 -08:00
parent a173740ded
commit f2089c2eeb
6 changed files with 9 additions and 3 deletions

View file

@ -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