Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Identity

Inherits:
Type
  • Object
show all
Defined in:
activerecord/lib/active_record/connection_adapters/postgresql/oid.rb

Instance Method Summary collapse

Methods inherited from Type

#type

Instance Method Details

#type_cast(value) ⇒ Object



12
13
14
# File 'activerecord/lib/active_record/connection_adapters/postgresql/oid.rb', line 12

def type_cast(value)
  value
end