This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
reload_with_dirty(*args)
reload the record and clears changed attributes.
# File activerecord/lib/active_record/dirty.rb, line 93 def reload_with_dirty(*args) #:nodoc: record = reload_without_dirty(*args) changed_attributes.clear record end