ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Type
# File lib/active_record/connection_adapters/postgresql/oid.rb, line 248 def type_cast(value) return if value.nil? ConnectionAdapters::PostgreSQLColumn.string_to_json value end