Doesn't seem to be working.
Right now I am getting:
NoMethodError: undefined method `flush_errors' for #<CloudinaryUploader:0x007f9caf165e38>
I see there are paperclip methods defined in app/models/spree/image_decorator.rb but these don't seem to be in the paperclip gem. Wouldn't the decorator completely override any of paperclips methods anyway? Or do you have to manually override all methods in spree/core/app/models/spree/image.rb?
Doesn't seem to be working.
Right now I am getting:
I see there are paperclip methods defined in
app/models/spree/image_decorator.rbbut these don't seem to be in the paperclip gem. Wouldn't the decorator completely override any of paperclips methods anyway? Or do you have to manually override all methods inspree/core/app/models/spree/image.rb?