reload(*)
reload the record and clears changed attributes.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 43 def reload(*) #:nodoc: super.tap do @previously_changed.clear @changed_attributes.clear end end