Skip to content

Instantly share code, notes, and snippets.

@overture8
Created February 11, 2010 20:40
Show Gist options
  • Save overture8/301927 to your computer and use it in GitHub Desktop.
Save overture8/301927 to your computer and use it in GitHub Desktop.
<div id="comments">
<%= render @post.comments %>
</div>
<% form_for [@post, Comment.new], :remote => true do |f| %>
<%= f.label :body %><br />
<%= f.text_area :body, :rows => 5 %><br />
<%= f.submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment