Flowdock
method

clear_changes_information

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::Dirty
clear_changes_information() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.