Flowdock
method

changes_applied

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::Dirty
changes_applied() 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 71
      def changes_applied # :nodoc:
        @previous_mutation_tracker = mutation_tracker
        @changed_attributes = ActiveSupport::HashWithIndifferentAccess.new
        @mutation_tracker = nil
        @mutations_from_database = nil
      end
Register or log in to add new notes.