aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-11-07 11:47:33 +0000
committerLouise Crow <louise.crow@gmail.com>2012-11-07 11:47:33 +0000
commit16c223f585aad57a15c37602436e7f17b1cdda25 (patch)
tree7f66525aaf2ea43cd28cee32d0ae974968212094
parent5848bb6bd725f43a4ace19a73a9aad2642ddbf83 (diff)
parentff87e55b89fa13b37ef9a383a484aa80b23dadc2 (diff)
Merge remote-tracking branch 'openaustralia_github/add_righttoknow' into develop
-rw-r--r--lib/world_foi_websites.rb7
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