# File lib/openshift-origin-controller/lib/openshift/mongo_data_store.rb, line 234 def find_district(uuid) Rails.logger.debug "find_district(#{uuid})\n\n" hash = find_one_district( "_id" => uuid ) hash_to_district_ret(hash) end