ref: master
plugins/custom_forms/views/custom_forms_plugin_myprofile/edit.html.erb
<%= _('Edit form') %>
<%= form_for @form, :as => :form, :url => { :action => 'update', :id => params[:id] } do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <% end %>