instance method
public_url
Ruby on Rails 7.1.6
Since v6.1.7.10 PrivateSignature
public_url(key, **client_opts)
No documentation comment.
Parameters
-
keyreq -
client_optskeyrest
Source
# File activestorage/lib/active_storage/service/s3_service.rb, line 125
def public_url(key, **client_opts)
object_for(key).public_url(**client_opts)
end
Defined in activestorage/lib/active_storage/service/s3_service.rb line 125
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::S3Service