Method: OceanDynamo::Attributes.included
- Defined in:
- lib/ocean-dynamo/attributes.rb
.included(base) ⇒ Object
4 5 6 |
# File 'lib/ocean-dynamo/attributes.rb', line 4 def self.included(base) base.extend(ClassMethods) end |
4 5 6 |
# File 'lib/ocean-dynamo/attributes.rb', line 4 def self.included(base) base.extend(ClassMethods) end |