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