Fix dowloand of export zip files from local storage [SCI-1128]

This commit is contained in:
Oleksii Kriuchykhin 2017-04-26 13:23:30 +02:00
parent e3f4d38424
commit cf7d0ea248

View file

@ -8,7 +8,7 @@ class ZipExportsController < ApplicationController
else
send_file @zip_export.zip_file.path,
filename: URI.unescape(@zip_export.zip_file_file_name),
type: @zip_export.file_content_type
type: 'application/zip'
end
end