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 cffe6ef commit e525a86Copy full SHA for e525a86
guides/source/getting_started.md
@@ -1408,7 +1408,8 @@ We can move the form into a file called `app/views/products/_form.html.erb`. The
1408
filename starts with an underscore to denote this is a partial.
1409
1410
We also want to replace any instance variables with a local variable, which we
1411
-can define when we render the partial. We'll do this by replacing `@product` with `product`.
+can define when we render the partial. We'll do this by replacing `@product`
1412
+with `product`.
1413
1414
```erb#1
1415
<%= form_with model: product do |form| %>
0 commit comments