fix import for csv

This commit is contained in:
Reinier Balt 2013-09-16 11:37:16 +02:00
parent 76902e95c0
commit a31c0a7a5d
5 changed files with 41 additions and 21 deletions

View file

@ -5,7 +5,7 @@
<%= select_tag(l, options_for_select(@headers) ) %>
<br>
<% end %>
<%= hidden_field_tag :file, @path %>
<%= hidden_field_tag :file, @filename %>
<%= hidden_field_tag :import_to, @import_to %>
<%= submit_tag "Import" %>
<% end %>