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
402 stars 155 forks source link

how to update the view attachment after the img is process #155

Open Frank004 opened 9 years ago

Frank004 commented 9 years ago

I have the delayed_paperclip working like a charm. the only thing that I need is how can I update the img from the process_img temporaly file to the real one, after the img.processing is false. Thank you if and guide, likes of snippet for this. thank you.