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