<%% form_for :<%= @orm.name_singular %>, url(:<%= @orm.name_plural %>, :update, :id => @<%= @orm.name_singular %>.id), :method => :put, :class => "form-horizontal" do |f| %> <%%= partial "<%= @orm.name_plural %>/form", :locals => { :f => f } %> <%% end %>