Convert nested Hash to HashWithIndifferentAccess and replace file upload hash with UploadedFile objects
# File lib/action_dispatch/http/upload.rb, line 32
32: def normalize_parameters(value)
33: if Hash === value && value.has_key?(:tempfile)
34: UploadedFile.new(value)
35: else
36: super
37: end
38: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.