ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Type
# File lib/active_record/connection_adapters/mysql_adapter.rb, line 314 def type_cast(value) return if value.nil? value.to_i rescue value ? 1 : 0 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.