property_hire/app/views/admin/property_hires/new.html.erb

5 lines
198 B
Plaintext

<%= form_for @property , :url => {:action => "create"}, html: {class: "form-horizontal main-forms"} do |f| %>
<fieldset>
<%= render :partial => "form", locals: {:f => f} %>
</fieldset>
<% end %>