Module: RPCMapper::Associations::External

Included in:
Base
Defined in:
lib/rpc_mapper/associations/external.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



95
96
97
98
99
# File 'lib/rpc_mapper/associations/external.rb', line 95

def self.included(receiver)
  receiver.send :include, RPCMapper::Associations::Common
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end