The processor has an accessor called attachment , this indicates an instance of Paperclip :: Attachment. In turn, the application has an instance accessor that points to an instance of the source model. So all you have to do with the processor is call attachment.instance to get the original model.
Peter Wagenet
source share