class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Time
Public Instance Methods
type_cast(value)click to toggle source
# File lib/active_record/connection_adapters/postgresql/oid.rb, line 206deftype_cast(value)
returnifvalue.nil?# FIXME: probably we can improve this since we know it is PG# specificConnectionAdapters::Column.string_to_dummy_timevalueend