# File lib/active_record/base.rb, line 1042 def reload clear_association_cache @attributes.update(self.class.find(self.id).instance_variable_get('@attributes')) self end