reload_with_dirty(*args)
reload the record and clears changed attributes.
# File activerecord/lib/active_record/dirty.rb, line 89 def reload_with_dirty(*args) #:nodoc: record = reload_without_dirty(*args) changed_attributes.clear record end