ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
# File lib/arjdbc/postgresql/base/oid.rb, line 317 def type; :cidr end
# File lib/arjdbc/postgresql/base/oid.rb, line 318 def type_cast(value) return if value.nil? ConnectionAdapters::PostgreSQLColumn.string_to_cidr value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.