Displaying 1 result from an estimated 1 matches for "upload_filesend".
2013 Sep 30
0
TypeError: no implicit conversion of Symbol into Hash when submitting form to upload files
...ot; => read_attribute(:upload_file_size),
"url" => upload_file.url(:original),
"delete_url" => upload_file_path(self),
"delete_type" => "DELETE"
}
endend
Inventory:
class Inventory < ActiveRecord::Base
belongs_to :upload_filesend
Material List:
class MaterialList < ActiveRecord::Base
belongs_to :upload_filesend
_form:
<%= form_for :upload_files do |f| %><h3>Upload Inventory</h3><%= f.file_field :inventory %><h3>Upload Product List</h3><%= f.file_field :material_list %><d...