diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-05-26 16:21:03 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-05-26 16:21:03 +0100 |
commit | 524f04959054ce0414affef172a69663c47705c3 (patch) | |
tree | 15457f895538ac4b3ab54e79d65ee0ca2551bfe9 | |
parent | bd9de1079b46c0d96d38be44ae1667c0a340393b (diff) | |
parent | db6135b17dcea8d847e9d31d6a24c9ed8e805d14 (diff) |
Merge remote-tracking branch 'schlos_github/patch-2' into rails-3-develop
-rw-r--r-- | lib/world_foi_websites.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb index b63d0860d..a1e705c82 100644 --- a/lib/world_foi_websites.rb +++ b/lib/world_foi_websites.rb @@ -78,7 +78,11 @@ class WorldFOIWebsites {:name => "Слободен пристап", :country_name => "Република Македонија", :country_iso_code => "MK", - :url => "http://www.slobodenpristap.mk/"} + :url => "http://www.slobodenpristap.mk/"}, + {:name => "Imamo pravo znati", + :country_name => "Republika Hrvatska", + :country_iso_code => "HR", + :url => "http://imamopravoznati.org/"} ] return world_foi_websites end |