Guest User

Untitled

a guest
Jul 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. def jurisdiction_hash(conn)
  2. res = {}
  3. get_query_results(jurisdiction_query, conn).each do |rs|
  4. res[rs[0]] = 1 end
  5. end
  6. end
Add Comment
Please, Sign In to add comment