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:
commit
a696d97039
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue