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

Added nation to simple geo hash result. #1

Merged
merged 1 commit into from Apr 13, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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