method
raw_write_attribute
v5.1.7 -
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 85
def raw_write_attribute(attr_name, *) # :nodoc:
result = super
clear_attribute_change(attr_name)
result
end