Module: Technoweenie::AttachmentFu::Processors::CoreImageProcessor
- Defined in:
- lib/technoweenie/attachment_fu/processors/core_image_processor.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 10 |
# File 'lib/technoweenie/attachment_fu/processors/core_image_processor.rb', line 7 def self.included(base) base.send :extend, ClassMethods base.alias_method_chain :process_attachment, :processing end |