Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Added nation to simple geo hash result.
Browse files Browse the repository at this point in the history
  • Loading branch information
robyoung committed Apr 11, 2012
1 parent 293a481 commit 0f1f6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rack/geo.rb
Expand Up @@ -98,6 +98,7 @@ def generate_simple_geo_hash(geo_stack_hash, params)
:ward => geo_stack_hash[:ward],
:council => geo_stack_hash[:council],
:councils => councils,
:nation => geo_stack_hash[:nation]
}
simple_geo_hash
end
Expand Down

0 comments on commit 0f1f6cd

Please sign in to comment.