1
0
Fork 0
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:
Rafael Mendonça França 2013-01-03 18:49:28 -03:00
parent 05fb650d31
commit 3be2edd5f7

View file

@ -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: