【发布时间】:2015-12-16 13:49:48
【问题描述】:
在使用回形针 GEM 时出现以下错误。我尝试上传 JPG/PNG,但均无效。好像我收到了验证错误。任何帮助都会非常感谢!
Image has contents that are not what they are reported to be
class Listing < ActiveRecord::Base
has_attached_file :image, :styles => { :medium => "200x", :thumb => "100x100>" }, :default_url => "404.jpg"
validates_attachment_content_type :image, :content_type => /\Aimage\/.*\Z/
end
【问题讨论】:
标签: ruby-on-rails-4 paperclip paperclip-validation