method
clear_attribute_change
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
clear_attribute_change(attr_name)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 114
def clear_attribute_change(attr_name)
mutation_tracker.forget_change(attr_name)
end