Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
prathe committed Feb 18, 2012
1 parent 2d3767b commit 5d8f4cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ Edit *app/views/posts/_form.html.erb* add nested comments fields in the post for

<%= f.fields_for :comments do |comment_form| %>
<%= comment_form.text_area :content %>
<% end %>
<% end %>

### Start server

bundle exec rails server
open http://localhost:3000/posts

Then edit the post comments and submit the form.

0 comments on commit 5d8f4cd

Please sign in to comment.