Module: Paperclip::S3::Glue

Defined in:
lib/paperclip-s3.rb

Overview

Use Paperclip::S3::Glue to keep the original gem style

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
# File 'lib/paperclip-s3.rb', line 11

def self.included base
  base.extend ClassMethods
end