method
raw_write_attribute
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Write
raw_write_attribute(attr_name, value)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods/write.rb, line 35
def raw_write_attribute(attr_name, value) # :nodoc:
write_attribute_with_type_cast(attr_name, value, false)
end