mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add documentation to ActionDispatch::Http::UploadedFile#headers
[ci skip]
This commit is contained in:
parent
05fb650d31
commit
3be2edd5f7
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ module ActionDispatch
|
|||
# its interface is available directly.
|
||||
attr_accessor :tempfile
|
||||
|
||||
# A string with the headers of the multipart request.
|
||||
attr_accessor :headers
|
||||
|
||||
def initialize(hash) # :nodoc:
|
||||
|
|
Loading…
Reference in a new issue