Method: Perry::Associations::External.included
- Defined in:
- lib/perry/associations/external.rb
.included(receiver) ⇒ Object
60 61 62 63 64 |
# File 'lib/perry/associations/external.rb', line 60 def self.included(receiver) receiver.send :include, Perry::Associations::Common receiver.extend ClassMethods receiver.send :include, InstanceMethods end |