Module: Dynamoid::Paperclip

Defined in:
lib/dynamoid/paperclip.rb,
lib/dynamoid/paperclip/version.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

Extends the model with the defined Class methods



30
31
32
# File 'lib/dynamoid/paperclip.rb', line 30

def self.included(base)
  base.extend(ClassMethods)
end