We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c260a2 commit 8e69f16Copy full SHA for 8e69f16
lib/paperclip/storage/azure.rb
@@ -92,7 +92,7 @@ def expiring_url(time = 3600, style_name = default_style)
92
permissions: 'r',
93
start: (Time.now - (5 * 60)).utc.iso8601,
94
expiry: (Time.now + time).utc.iso8601
95
- azure_interface.generate_uri uri.path, CGI::parse(uri.query || "")
+ azure_interface.generate_uri(uri.path, CGI::parse(uri.query || "")).to_s
96
else
97
url(style_name)
98
end
0 commit comments