Exception: CarrierWave::FormNotMultipart
- Inherits:
-
UploadError
- Object
- StandardError
- UploadError
- CarrierWave::FormNotMultipart
- Defined in:
- lib/carrierwave/uploader/cache.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
6 7 8 |
# File 'lib/carrierwave/uploader/cache.rb', line 6 def "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 |