module Dynamoid::Paperclip
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
Extends the model with the defined Class methods
# File lib/dynamoid/paperclip.rb, line 30 def self.included(base) base.extend(ClassMethods) end