# File lib/her/model/orm.rb, line 154 def reload(options = nil) fresh_object = self.class.find(id) assign_attributes(fresh_object.attributes) self end