1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #23999 from maxehmookau/patch-1

Fix typo in implicit_render
This commit is contained in:
Rafael França 2016-03-02 12:27:59 -03:00
commit a696d97039

View file

@ -42,7 +42,7 @@ module ActionController
"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?