Skip to content

Commit

Permalink
Merge pull request countries#26 from kennethkalmer/patch-1
Browse files Browse the repository at this point in the history
Added Zimbabwe/ZW
  • Loading branch information
stefanpenner committed Jul 26, 2013
2 parents be3618c + 653dcdc commit 2778d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/country_select/countries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ module CountrySelect
"eh" => "Western Sahara",
"ye" => "Yemen",
"zm" => "Zambia",
"zw" => "Zimbabwe"
} unless const_defined?("COUNTRIES")

ISO_COUNTRIES_FOR_SELECT = COUNTRIES.invert unless const_defined?("ISO_COUNTRIES_FOR_SELECT")
Expand Down

0 comments on commit 2778d46

Please sign in to comment.