提交 dcf639f4 编写于 作者: K Kasper Timm Hansen

[ci skip] Explain only :json is shipped by default.

Don't want to add defensive programming to this fairly
simple thing.

Fixes #27060.
上级 86754a8f
......@@ -583,7 +583,8 @@ def method_missing(sym, *args, &block)
# Calling +parsed_body+ on the response parses the response body based on the
# last response MIME type.
#
# For any custom MIME types you've registered, you can even add your own encoders with:
# Out of the box, only <tt>:json</tt> is supported. But for any custom MIME
# types you've registered, you can add your own encoders with:
#
# ActionDispatch::IntegrationTest.register_encoder :wibble,
# param_encoder: -> params { params.to_wibble },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册