We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2c8f8 commit 7fe5841Copy full SHA for 7fe5841
guides/source/action_view_overview.md
@@ -483,7 +483,7 @@ Rendering the partial with additional local variable arguments will raise an exc
483
484
```ruby
485
render "messages/message", unknown_local: "will raise"
486
-# => ActionView::Template::Error: missing local: :unknown_local for app/views/messages/_message.html.erb
+# => ActionView::Template::Error: unknown local: :unknown_local for app/views/messages/_message.html.erb
487
```
488
489
Optional local variable arguments can be splatted:
0 commit comments