ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Type
# File lib/active_record/connection_adapters/postgresql/oid.rb, line 78 def type_cast(value) if String === value ConnectionAdapters::PostgreSQLColumn.string_to_point value else value end end