class CarrierWave::FormNotMultipart

Public Instance Methods

message() click to toggle source
# File lib/carrierwave/uploader/cache.rb, line 5
def message
  "You tried to assign a String or a Pathname to an uploader, for security reasons, this is not allowed.\n\n If this is a file upload, please check that your upload form is multipart encoded."
end