I am using CarrierWave with Rails 3.1. I am getting the following error message when I submit the form (trying to upload an image):
Error Message:
Ac
Make sure in your model:
mount_uploader :image, ImageLoader
Remember that :image must be the string/text type.