Editing <%=h @candidate.name %>

<%= error_messages_for :candidate %> <% form_tag( { :action => :update_candidate, :id => @candidate.id }, :multipart => true ) do %> <%= render :partial => 'candidate_form' %> <%= submit_tag "Save" %> <% end %>