public
Description: Country Select Plugin
Homepage: http://rubyonrails.com/
Clone URL: git://github.com/rails/country_select.git
country_select / README
100644 15 lines (8 sloc) 0.464 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CountrySelect
=============
 
Provides a simple helper to get an HTML select list of countries. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.
 
Users are strongly advised to evaluate the suitability of this list given their user base.
 
Example
=======
 
country_select("user", "country_name")
 
 
Copyright (c) 2008 Michael Koziarski, released under the MIT license