Sha256: 50fabbce45228ea6225c5343b0729fa5b4544ed81d419dda1dbc3d461f4a8123

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

<p>
  This is the hire form view
</p>

<%= render "multipart_form/breadcrumb" %>

<%= form_for @person, :url => person_hire_form_path(:id => @form_subject.id, :multipart_form_part => @next_multipart_form_part), :html => {:method => :post} do |f| %>
  <%= render @multipart_form_part, :locals => {:form => f}  %>
  <%= f.submit "Submit" %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_multipart_form-0.0.2 spec/dummy/app/views/people/hire_form.html.erb
acts_as_multipart_form-0.0.1 spec/dummy/app/views/people/hire_form.html.erb