instance method
download_chunk
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
download_chunk(key, range)
Return the partial content in the byte range of the file at the key.
Parameters
-
keyreq -
rangereq
Source
# File activestorage/lib/active_storage/service.rb, line 85
def download_chunk(key, range)
raise NotImplementedError
end
Defined in activestorage/lib/active_storage/service.rb line 85
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service