Overrides the #content_options method in Hydra::Controller::DownloadBehavior to change the disposition from inline to attachment when the file is a PDF. This change causes the application to prompt to save the PDF instead of displaying it.
Coverage increased (+0.02%) to 95.939% when pulling ba7a26f4db3fb0407de1971e3033233d4ae3f020 on feature/#1936-download-files into bc3179f203e2755a0cad92d026e8df22de13819c on develop.
Fixes #1936
Overrides the
#content_options
method inHydra::Controller::DownloadBehavior
to change the disposition frominline
toattachment
when the file is a PDF. This change causes the application to prompt to save the PDF instead of displaying it.