# File activerecord/lib/active_record/attribute_methods/write.rb, line 59defraw_write_attribute(attr_name, value)
write_attribute_with_type_cast(attr_name, value, false)
end
# File activerecord/lib/active_record/attribute_methods/write.rb, line 55defwrite_attribute(attr_name, value)
write_attribute_with_type_cast(attr_name, value, true)
end