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

remove previous commit

This commit is contained in:
Michel Grootjans 2012-11-20 14:19:04 +01:00
parent 62c34f0df2
commit 7521698c17

View file

@ -341,7 +341,7 @@ Next, the partial that this line will render needs to exist. Create a new direct
```html+erb
<h3>New comment</h3>
<% form_for [@post, @post.comments.build] do |f| %>
<%= form_for [@post, @post.comments.build] do |f| %>
<p>
<%= f.label :text %><br />
<%= f.text_area :text %>