Skip to content

Commit

Permalink
Merge pull request #85 from Shopify/add_new_countries
Browse files Browse the repository at this point in the history
Add Aland Islands to countries
  • Loading branch information
imran-iq committed Apr 7, 2017
2 parents 326d871 + 2dd9e5d commit 3b9a801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/active_utils/country.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def to_s

COUNTRIES = [
{ :alpha2 => 'AF', :name => 'Afghanistan', :alpha3 => 'AFG', :numeric => '004' },
{ :alpha2 => 'AX', :name => 'Aland Islands', :alpha3 => 'ALA', :numeric => '248' },
{ :alpha2 => 'AL', :name => 'Albania', :alpha3 => 'ALB', :numeric => '008' },
{ :alpha2 => 'DZ', :name => 'Algeria', :alpha3 => 'DZA', :numeric => '012' },
{ :alpha2 => 'AS', :name => 'American Samoa', :alpha3 => 'ASM', :numeric => '016' },
Expand Down

0 comments on commit 3b9a801

Please sign in to comment.