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