Module: ROM::Types

Included in:
Memory::Types
Defined in:
lib/rom/types.rb

Overview

Default namespace with built-in attribute types

Defined Under Namespace

Modules: Coercible, Methods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



15
16
17
18
# File 'lib/rom/types.rb', line 15

def self.included(other)
  other.extend(Methods)
  super
end