Module: Technoweenie::AttachmentFu::Processors::RmagickProcessor

Defined in:
lib/technoweenie/attachment_fu/processors/rmagick_processor.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
# File 'lib/technoweenie/attachment_fu/processors/rmagick_processor.rb', line 6

def self.included(base)
  base.send :extend, ClassMethods
  base.alias_method_chain :process_attachment, :processing
end