diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-11-06 09:47:41 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-11-06 09:47:41 +1100 |
commit | ff87e55b89fa13b37ef9a383a484aa80b23dadc2 (patch) | |
tree | af9bde2d8aaf61367aa6ca04ad1e5d46d388b400 /lib | |
parent | a7efdf02e3046443508fe4e5bd194eecdb65ffa7 (diff) |
Add Australian site
Diffstat (limited to 'lib')
-rw-r--r-- | lib/world_foi_websites.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb index 8cfd0dfae..de063cfde 100644 --- a/lib/world_foi_websites.rb +++ b/lib/world_foi_websites.rb @@ -46,10 +46,11 @@ class WorldFOIWebsites :country_name => "Chile", :country_iso_code => "CL", :url => "http://accesointeligente.org"}, - {:country_name => "Australia", + {:name => "Right To Know", + :country_name => "Australia", :country_iso_code => "AU", - # The Australian site is not yet live. So, not including name & url yet. - }] + :url => "http://www.righttoknow.org.au"} + ] return world_foi_websites end |