Skip to content

Instantly share code, notes, and snippets.

@boblmartens
Created December 5, 2008 17:46
Show Gist options
  • Save boblmartens/32418 to your computer and use it in GitHub Desktop.
Save boblmartens/32418 to your computer and use it in GitHub Desktop.
<% render :partial => "comments/add_comment", :object => @comment = Comment.new, :locals => { :button_name => 'post comment' } %>
<% render :partial => @comment = Comment.new, :locals => { :button_name => 'post comment' } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment