Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Identity
- Inherits:
-
Type
- Object
- Type
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Identity
show all
- Defined in:
- activerecord/lib/active_record/connection_adapters/postgresql/oid.rb
Instance Method Summary
collapse
Methods inherited from Type
#type, #type_cast_for_write
Instance Method Details
#type_cast(value) ⇒ Object
16
17
18
|
# File 'activerecord/lib/active_record/connection_adapters/postgresql/oid.rb', line 16
def type_cast(value)
value
end
|