Exception: CarrierWave::FormNotMultipart

Inherits:
UploadError show all
Defined in:
lib/carrierwave.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



36
37
38
# File 'lib/carrierwave.rb', line 36

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