method
raw_write_attribute
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
raw_write_attribute(attr_name, *)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 64
def raw_write_attribute(attr_name, *)
result = super
clear_attribute_change(attr_name)
result
end