mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use the indicative mood consistently [ci skip]
This commit is contained in:
parent
2b6cd16637
commit
f4d1aa5310
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module ActiveStorage
|
|||
end
|
||||
end
|
||||
|
||||
# Efficiently download blob data into the given file.
|
||||
# Efficiently downloads blob data into the given file.
|
||||
def download_blob_to(file) # :doc:
|
||||
file.binmode
|
||||
blob.download { |chunk| file.write(chunk) }
|
||||
|
|
Loading…
Reference in a new issue