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