提交 0a64fb27 编写于 作者: S Shardul Parab 提交者: shardulparab97

Update request.rb --ci skip

Documentation for ActionDispatch::Request#key? [ci skip]

Update request.rb --ci skip

Documentation for ActionDispatch::Request#key? [ci skip]
Also made change after the  review by @rafaelfranca .

Update request.rb --ci skip

Documentation for ActionDispatch::Request#key? [ci skip]
Also made change after the  review by @rafaelfranca .

Update request.rb --ci skip
上级 7ca4b2a7
......@@ -85,6 +85,9 @@ def controller_class
end
end
# Returns true if the request has a header matching the given key parameter.
#
# request.key? :ip_spoofing_check #=> true
def key?(key)
has_header? key
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册