method

clear_changes_information

rails latest stable - Class: ActiveRecord::AttributeMethods::Dirty

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

clear_changes_information()
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 78
      def clear_changes_information # :nodoc:
        @previous_mutation_tracker = nil
        @changed_attributes = ActiveSupport::HashWithIndifferentAccess.new
        forget_attribute_assignments
        clear_mutation_trackers
      end