search for: contact_array

Displaying 1 result from an estimated 1 matches for "contact_array".

2012 Nov 12
1
undefined method `original_filename' for nil:NilClass
Hi, although I saw this problem in other blogs, I couldn''t make it works. My view: *<%= semantic_form_for :routes_status_race, :url => status_race_admin_routes_path do |f| %>* * <% contact_array = Contact.all.map {|contact| [contact.name, contact.id]}%>* * <% route_importer_array = RouteImporter.all.map {|importer| [importer.name, importer.id]}%>* * <%= f.inputs do%>* * <%= f.input :contact, :as => :select, :collection => Contact.all %>* * <%= f.input :r...