Correct the ActiveStorage::Service#download_chunk docs [ci skip]

This commit is contained in:
George Claghorn 2018-03-05 13:27:14 -05:00
parent 263f01d93d
commit e83575ff53

@ -73,7 +73,7 @@ def download(key)
raise NotImplementedError
end
# Return the partial content of the file at the +key+ between the +start+ and +stop+ byte offsets.
# Return the partial content in the byte +range+ of the file at the +key+.
def download_chunk(key, range)
raise NotImplementedError
end