jrgifford / delayed_paperclip

Process your Paperclip attachments in the background with delayed_job or Resque.
http://www.jstorimer.com/ruby/2010/01/30/delayed-paperclip.html
MIT License
404 stars 155 forks source link

Paperclip 5.1.0 no longer passes attachment_options #192

Closed mikelkew closed 8 years ago

mikelkew commented 8 years ago

Change to fix compatibility with Paperclip 5.1.0 as they no longer pass @attachment_options - https://github.com/thoughtbot/paperclip/commit/09d6bb7865c06de9e4b90328f507977ae6146814#diff-a4870b4fe431f88fa95c85e4c819ad4f #

mikelkew commented 8 years ago

Sorry, just realised this has already been covered...