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
60 61 62 63 64 |
# File 'lib/rpc_mapper/associations/external.rb', line 60 def self.included(receiver) receiver.send :include, RPCMapper::Associations::Common receiver.extend ClassMethods receiver.send :include, InstanceMethods end |