我正在尝试通过Paperclip上传文件,但我收到了一个我不明白的错误:
undefined method `image_files_path'
邪恶的代码(第2行)是
<h1>File Upload</h1>
<% form_for(@imageFile,:html => { :multipart => true }) do |f| %>
<%= f.error_messages %>
<%= f.label 'Photo' %><br />
<%= f.file_field :image %>
<% end %>
答案 0 :(得分:2)
添加routes.rb
resources :image_files