method

changes_internally_applied

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.

changes_internally_applied()
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 65
      def changes_internally_applied # :nodoc:
        @mutations_before_last_save = mutations_from_database
        forget_attribute_assignments
        @mutations_from_database = AttributeMutationTracker.new(@attributes)
      end