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

@ -19,6 +19,7 @@ class UploadedFile
# its interface is available directly.
attr_accessor :tempfile
# A string with the headers of the multipart request.
attr_accessor :headers
def initialize(hash) # :nodoc: