Marco V. Aguilar Soto
Marco V. Aguilar Soto
ups sorry about that let me make sure I revert the most_appropriate_url completelly then
@atd, giving this solution a little more thought the problem is that the default_url method of paperclip was moved to url_generator and now its private. still working on it.
https://github.com/aguilarsoto/delayed_paperclip this is what I end up doing if anyone wants to review it and get back to me. @atd your comments will be most appreciated
I got that same problem when using paperclip 2.5 but when reverting it back to 2.4.5 I got it working again.
the short answer is that the most_appropriate_url was moved from the attachment to the url_generator and probably the call is different now, when i got a spare minute I can...
Hi gents, the fix has being submited as a pull request its a simple change if you want to see it here it is. https://github.com/aguilarsoto/delayed_paperclip/commit/c4d361282d277753f8ea39848e12578fbed63289 Regards, Marco
seems like I made a mistake here... fixing it now....