Editing problem

<%= form_tag({action: 'update', id: @problem},multipart: true) do %> <%= render :partial => 'form' %> <%= submit_tag 'Edit' %> <% end %> <%= link_to 'Show', :action => 'show', :id => @problem %> | <%= link_to 'Back', :action => 'list' %>