clear_changes_information()
private
# File activemodel/lib/active_model/dirty.rb, line 203
def clear_changes_information # :doc:
@previously_changed = ActiveSupport::HashWithIndifferentAccess.new
@changed_attributes = ActiveSupport::HashWithIndifferentAccess.new
end