Wrong url with migrating paperclip to carrierwave
问题 When migrating paperclip to carrierwave, I followed the docs https://github.com/carrierwaveuploader/carrierwave#migrating-from-paperclip So I added paperclip compatibility include CarrierWave::Compatibility::Paperclip and I mounted the uploader mount_uploader :image, ImageUploader I also renamed the column name with following migration rename_column :picture, :image_file_name, :image (and I migrated this migration) But on the website, the url points to /uploads/picture/image/... while in fact