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