I updated a thumbnail size for my Photo model.
Worked great on my local, and deployed it to production.
Unfortunately, even if I run reprocess on a specific Photo it still reprocesses to the old params.
If I check Photo.photo.styles
it returns the correct new styles, but if I set that Photo to reprocess, it refuses to abide by the settings I applied.
How do I clear paperclip's cache? If it isn't paperclip that's caching it, what possibly could be doing that?
I'm not using delayed_jobs to do this, but I have restarted that as well.
Any ideas?