I currently have this code in my view:
= link_to "Download", upload.upload.expiring_url, class: "btn btn-sm btn-success pull-right margin-right"
Right now, this simply links to the file and opens it within the browser. How can I force the file to download when the link is clicked?