# File lib/big_record/model.rb, line 217 def reload(options = nil) @attributes.update(self.class.find(self.id, options).instance_variable_get('@attributes')) self end