I have a picture class with many styles in it. I want to process only a coupe of them when the user upload the picture and then queue a task to convert the rest.
How can I do this using paperclip?
Thanks!
|
I have a picture class with many styles in it. I want to process only a coupe of them when the user upload the picture and then queue a task to convert the rest. How can I do this using paperclip? Thanks! |
|||
|
|
|
The delayed_paperclip gem might be of use to you. It works with both delayed_job and Resque. |
|||
|
|