提交 4ba5aa25 编写于 作者: J Jamis Buck

use "mime_type" instead of "format"


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3874 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 6784749f
......@@ -74,7 +74,7 @@ def self.parse_formatted_request_parameters(mime_type, raw_post_data)
params || {}
rescue Object => e
{ "exception" => "#{e.message} (#{e.class})", "backtrace" => e.backtrace,
"raw_post_data" => raw_post_data, "format" => format }
"raw_post_data" => raw_post_data, "format" => mime_type }
end
private
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册