clear_attribute_changes(attributes)
private
Remove changes information
for the provided attributes.
# File activemodel/lib/active_model/dirty.rb, line 263
def clear_attribute_changes(attributes) # :doc:
attributes_changed_by_setter.except!(*attributes)
end