diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-07 11:47:33 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-07 11:47:33 +0000 |
commit | 16c223f585aad57a15c37602436e7f17b1cdda25 (patch) | |
tree | 7f66525aaf2ea43cd28cee32d0ae974968212094 | |
parent | 5848bb6bd725f43a4ace19a73a9aad2642ddbf83 (diff) | |
parent | ff87e55b89fa13b37ef9a383a484aa80b23dadc2 (diff) |
Merge remote-tracking branch 'openaustralia_github/add_righttoknow' into develop
-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 |