提交 2e62d53c 编写于 作者: J Juanito Fatas

Fix a typo in deprecation warning. #process takes method instead of http_method.

上级 0ddf2eb9
......@@ -755,7 +755,7 @@ def non_kwarg_request_warning
Examples:
get :show, params: { id: 1 }, session: { user_id: 1 }
process :update, http_method: :post, params: { id: 1 }
process :update, method: :post, params: { id: 1 }
MSG
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册