aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-10-22 11:02:41 +0100
committerLouise Crow <louise.crow@gmail.com>2012-10-22 11:02:41 +0100
commitb1de7ded5e197bfcdc240b0f3fafa8e640b43748 (patch)
tree86c27fd931d56deaed354efc790f506839819ae6 /lib
parente522fdbcde5338f0d1237fd2ff19b1741ab7b582 (diff)
parentf920a81351e6c54d06d58c8df8360650cd1ba6e9 (diff)
Merge remote-tracking branch 'openaustralia_github/country_message_for_pre_release_site' into develop
Diffstat (limited to 'lib')
-rw-r--r--lib/world_foi_websites.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb
index f175afd3d..8cfd0dfae 100644
--- a/lib/world_foi_websites.rb
+++ b/lib/world_foi_websites.rb
@@ -45,7 +45,11 @@ class WorldFOIWebsites
{:name => "Acceso Intelligente",
:country_name => "Chile",
:country_iso_code => "CL",
- :url => "http://accesointeligente.org"}]
+ :url => "http://accesointeligente.org"},
+ {:country_name => "Australia",
+ :country_iso_code => "AU",
+ # The Australian site is not yet live. So, not including name & url yet.
+ }]
return world_foi_websites
end