使用回形针 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