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 probably because you forgot to run:
rake db:migrate