class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Cidr
def type_cast(value)
def type_cast(value) return if value.nil? ConnectionAdapters::PostgreSQLColumn.string_to_cidr value end
def type_cast(value) return if value.nil? ConnectionAdapters::PostgreSQLColumn.string_to_cidr value end