Module: Entangled::Model
- Defined in:
- lib/entangled/model.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
149 150 151 152 |
# File 'lib/entangled/model.rb', line 149 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |