rails / iso-3166-country-select
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Thu Sep 18 11:56:28 -0700 2008 | |
| |
README | Thu Sep 18 11:56:28 -0700 2008 | |
| |
init.rb | Thu Sep 18 11:56:28 -0700 2008 | |
| |
install.rb | Thu Sep 18 11:56:28 -0700 2008 | |
| |
lib/ | Wed Oct 08 02:48:03 -0700 2008 | |
| |
uninstall.rb | Thu Sep 18 11:56:28 -0700 2008 |
README
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
