diff --git a/guides/source/engines.md b/guides/source/engines.md index caa2e53f52..f9bbff1c4c 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -341,7 +341,7 @@ Next, the partial that this line will render needs to exist. Create a new direct ```html+erb

New comment

-<% form_for [@post, @post.comments.build] do |f| %> +<%= form_for [@post, @post.comments.build] do |f| %>

<%= f.label :text %>
<%= f.text_area :text %>