Skip to content

Commit 7faf8a0

Browse files
committed
[ci skip] Undocument send_blob_byte_range_data, don't commit to a public API just yet
1 parent fe4ec2a commit 7faf8a0

File tree

1 file changed

+1
-1
lines changed
  • activestorage/app/controllers/concerns/active_storage

1 file changed

+1
-1
lines changed

activestorage/app/controllers/concerns/active_storage/streaming.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module ActiveStorage::Streaming
1010

1111
private
1212
# Stream the blob in byte ranges specified through the header
13-
def send_blob_byte_range_data(blob, range_header, disposition: nil) #:doc:
13+
def send_blob_byte_range_data(blob, range_header, disposition: nil)
1414
ranges = Rack::Utils.get_byte_ranges(range_header, blob.byte_size)
1515

1616
return head(:range_not_satisfiable) if ranges.blank? || ranges.all?(&:blank?)

0 commit comments

Comments
 (0)