[ci skip] Fully qualify missing template error.

Switch extension 👉 format as it's more apt here.
This commit is contained in:
Kasper Timm Hansen 2017-02-11 21:56:34 +01:00
parent 40ae9a916f
commit eb4aba0052
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ render formats: :xml
render formats: [:json, :xml]
```
If a file with the specified extension does not exist, a `MissingTemplate` error will be raised.
If a template with the specified format does not exist an `ActionView::MissingTemplate` error is raised.
#### Finding Layouts