instance method
public_url
Ruby on Rails 8.1.2
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 135
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 135
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::S3Service