提交 9cb7a228 编写于 作者: M Max Woolf

Fix typo in implicit_render

When trying to make a request and the request doesn't have a suitable template, the new error messages are really helpful but there's a small (and I mean, VERY small) typo that has been bugging me for the last few days. This adds the space and restores order to the universe. 
上级 fc1b32f8
......@@ -42,7 +42,7 @@ def default_render(*args)
"action but none of them were suitable for this request.\n\n" \
"This usually happens when the client requested an unsupported format " \
"(e.g. requesting HTML content from a JSON endpoint or vice versa), but " \
"it might also be failing due to other constraints, such as locales or" \
"it might also be failing due to other constraints, such as locales or " \
"variants.\n"
if request.formats.any?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册