# File lib/active_record/persistence.rb, line 198 def reload(options = nil) clear_aggregation_cache clear_association_cache @attributes.update(self.class.unscoped { self.class.find(self.id, options) }.instance_variable_get('@attributes')) @attributes_cache = {} self end