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

Fix typo in Options for render [ci skip]

This commit is contained in:
Thais Kusuki 2019-11-30 11:34:08 -03:00
parent cb17a9fe5a
commit 4069282d74

View file

@ -279,7 +279,7 @@ TIP: `send_file` is often a faster and better option if a layout isn't required.
#### Options for `render`
Calls to the `render` method generally accept five options:
Calls to the `render` method generally accept six options:
* `:content_type`
* `:layout`