method
file_for
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Service::GCSService
file_for(key)private
No documentation available.
# File activestorage/lib/active_storage/service/gcs_service.rb, line 127
def file_for(key)
bucket.file(key, skip_lookup: true)
end