Edit <%=h @convert.name %>

<% form_for :convert, @convert, :url => mountain_goat_convert_url(:id => @convert.id), :html => { :method => :put } do |f| %> <%= f.error_messages %> <%= render :partial => 'mountain_goat_converts/convert_form', :locals => { :f => f } %> <% end %>