diff --git a/lib/rack/geo.rb b/lib/rack/geo.rb index 017ce5d..be5b71b 100644 --- a/lib/rack/geo.rb +++ b/lib/rack/geo.rb @@ -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