I have a simple model that mounts a Carrierwave uploader. Everything works fine in development, but I get an undefined method \"image_will_change!\" error on heroku.
<
It's likely that your db on heroku doesn't have the image column in the receipts table.