diff options
-rw-r--r-- | activestorage/lib/active_storage/service.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/lib/active_storage/service.rb b/activestorage/lib/active_storage/service.rb index f2fda2d5cf..949969fc95 100644 --- a/activestorage/lib/active_storage/service.rb +++ b/activestorage/lib/active_storage/service.rb @@ -73,7 +73,7 @@ module ActiveStorage 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 |