method

changes_applied

changes_applied()
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 52
      def changes_applied
        @previous_mutation_tracker = mutation_tracker
        @changed_attributes = HashWithIndifferentAccess.new
        store_original_attributes
      end