FEATURE: use original filename when clicking the download link in the lightbox

This commit is contained in:
Régis Hanol
2014-10-15 19:20:04 +02:00
parent 4762b4ac24
commit 31e9cafe0e
6 changed files with 33 additions and 16 deletions

View File

@ -23,6 +23,9 @@ module FileStore
def relative_base_url
end
def download_url(upload)
end
def external?
end