reload(*)
reload the record and clears changed attributes.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 36 def reload(*) super.tap do @mutation_tracker = nil @previous_mutation_tracker = nil @changed_attributes = HashWithIndifferentAccess.new end end