# File lib/mongo_mapper/plugins/keys.rb, line 112 def from_mongo(value) value && (value.instance_of?(self) ? value : load(value)) end