Undefined method `image_will_change!' for CarrierWave on Heroku
It's likely that your db on heroku doesn't have the image column in the receipts table.
Even after running the migration on heroku, the error persisted.
I found that a heroku restart command was required to vanquish the error forever.
heroku restart
It's probably because you forgot to run:
rake db:migrate