method
changes_internally_applied
rails latest stable - Class:
ActiveRecord::AttributeMethods::Dirty
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