We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0773f16 + 9d4d34a commit c7b5ccaCopy full SHA for c7b5cca
1 file changed
app/models/concerns/csv2db/active_storage_adapter.rb
@@ -33,7 +33,7 @@ def download_link
33
34
set_current_host
35
36
- file_attachment.service_url(
+ file_attachment.url(
37
expires_in: LINK_MAX_EXPIRY.to_i,
38
disposition: 'attachment'
39
)
0 commit comments