method
changes_applied
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
changes_applied()public
No documentation available.
# 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