instance method
public_url
Ruby on Rails 7.2.3
Since v6.1.7.10 Last seen in v8.0.4 PrivateSignature
public_url(key, **)
No documentation comment.
Parameters
-
keyreq -
kwargskeyrest
Source
# File activestorage/lib/active_storage/service/azure_storage_service.rb, line 142
def public_url(key, **)
uri_for(key).to_s
end
Defined in activestorage/lib/active_storage/service/azure_storage_service.rb line 142
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::AzureStorageService