Open fibrasek opened 7 years ago
You are just asking after if target.cropping_cover?
but not after if cropping_mobile_cover?
in crop_command
But anyway, I am not able to get the papercrop working together with delayed_paperclip.
@simonfranzen thanks for the answer! The croppers are separated in two different processors.
I don't know if the problem persists, since I dumped this project.
Hello guys,
The basic features works like a charm but I have 2 processors to crop 2 images, and those processors are not being called. Since I don't use
reprocess!
due to loop issues with the latest Paperclip, the other approach to it seems to not trigger the processors.Heres some code to illustrate:
And here it's the processor code (the other one is pretty similar):
Am I missing something to get those processors called? If yes, what?
Thanks a lot :)