reload(*)
reload the record and clears changed attributes.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 35 def reload(*) super.tap do reset_changes end end