You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to comfortable-mexican-sofa
Hi,
I just signed on to work on a project that uses cms and rails_admin. I'm trying to use carrierwave to allow users to upload an image, then display that image in the admin section. My carrierwave uploader points to a folder on the machine.
The problem seems to be that instead of following the url of the image, rails looks for that image inside of the cms database. Is there a way to bypass this behavior, or point the carrierwave uploader to save the image to cms?