I am working on a Rails server which I can download my locally stored movies and anime etc from. This is kind of working but when I click the download link I have to refresh
Move the file to public folder add only file name into link_to
<%= link_to "Downloadable File", "/"+filename, %>