Upload file
<%= form_for Pdf.new, :html => { :multipart => true, :id => "fileupload" } do |f| %>
/>
<% end %>
<%= link_to '顧客一覧', customers_path, class: "button button3" %>
<%= link_to '編集', edit_customer_path(@customer), class: "button button3" %>
<%= link_to "詳細ページ", @customer, class: "button button3" %>