/country-list

List of all countries with names from ISO 3166-1 with iso alpha-2, iso alpha3 and numeric

Primary LanguageRuby

Country List
=============

This plugins contains 
a list of Countries with name, iso2, iso3 and numeric for ISO 3166.

It provides a generator that will add a new migration file to your migrations folder
This file code will create "countries" table and fill it with countries

Also it creates a model called "country"
to use in your application