Module: RPCMapper::Persistence
- Defined in:
- lib/rpc_mapper/persistence.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
50 51 52 53 |
# File 'lib/rpc_mapper/persistence.rb', line 50 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |