I get an error that looks like this:
NoMethodError (undefined method `image_will_change!' for #<Bar:0x24ddda0>):
app/controllers/bars_controller.rb:43:in `new'
app/controllers/bars_controller.rb:43:in `create'
After I click submit for a registration. I am using Carrierwave and have followed the steps to using it, but still have an error.