Health Insurance
Click on PDF to download

<%= link_to download_path(:type => "File", :name => "public/docs/Health_n_Stuff.pdf") do %>
PDF
<% end %>
Dental Insurance
Click on PDF to download

<%= link_to download_path(:type => "File", :name => "public/docs/Dental_n_Stuff.pdf") do %>
PDF
<% end %>
Health Insurance

Upload file

<%= form_for @benefits, :url => upload_path, :html => { :action => "upload", :multipart => true, :id => "fi" } do |f| %>
<%= hidden_field "benefits", "backup", :value => false %> Add file <%= f.file_field :upload %>

Nothing selected

<% end %>