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