diff options
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/http/upload.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/http/upload.rb b/actionpack/lib/action_dispatch/http/upload.rb index ec51d77bc5..f9b007b57b 100644 --- a/actionpack/lib/action_dispatch/http/upload.rb +++ b/actionpack/lib/action_dispatch/http/upload.rb @@ -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: |