Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Integer
- Inherits:
-
Type
- Object
- Type
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Integer
- Defined in:
- lib/active_record/connection_adapters/postgresql/oid.rb
Instance Method Summary collapse
Methods inherited from Type
Instance Method Details
#type_cast(value) ⇒ Object
166 167 168 169 170 |
# File 'lib/active_record/connection_adapters/postgresql/oid.rb', line 166 def type_cast(value) return if value.nil? ConnectionAdapters::Column.value_to_integer value end |