Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Cidr

Inherits:
Type
  • Object
show all
Defined in:
lib/arjdbc/postgresql/base/oid.rb

Instance Method Summary collapse

Methods inherited from Type

#type

Instance Method Details

#type_cast(value) ⇒ Object



252
253
254
255
256
# File 'lib/arjdbc/postgresql/base/oid.rb', line 252

def type_cast(value)
  return if value.nil?

  ConnectionAdapters::PostgreSQLColumn.string_to_cidr value
end