mike
unread,May 19, 2012, 10:04:16 PM5/19/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to carri...@googlegroups.com
Hi!
im using carrierwave for an api to convert documents, the uploader generates the file in different formats (original , pdf and png),
and in the last step (after :store) it executes an http request to some url with faraday lib
my problem is the method called by after :store is executed 3 times , i think that's because the after :store, executes one time per version, right ?
is there a way to know what version correspond to a current after :store ? or something like after :store_png ?
regards