<% form_for [@article, @comment] do |form| %>
Add a Comment <%= render :partial => 'form', :object => form %>

<%= submit_tag "Create" %>

<% end %>