Module: HighriseMapper::Context
- Defined in:
- lib/highrise_mapper/context.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
15 16 17 18 19 |
# File 'lib/highrise_mapper/context.rb', line 15 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods check_expected_behavior(receiver) end |