reload(*)
reload the record and clears changed attributes.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 63 def reload(*) super.tap do @mutations_before_last_save = nil @mutations_from_database = nil end end