Module: ActiveMetadata::Persistence::Attachment

Included in:
InstanceMethods
Defined in:
lib/active_metadata/persistence/attachment.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



3
4
5
# File 'lib/active_metadata/persistence/attachment.rb', line 3

def self.included(receiver)
  receiver.send :include, InstanceMethods
end