Method: Paperclip::Style#processors

Defined in:
lib/paperclip/style.rb

#processorsObject

retrieves from the attachment the processors defined in the has_attached_file call (which method (in the attachment) will call any supplied procs) There is an important change of interface here: a style rule can set its own processors by default we behave as before, though.



33
34
35
# File 'lib/paperclip/style.rb', line 33

def processors
  @processors || attachment.processors
end