method
raw_write_attribute
rails 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