ihower / country_and_region_select
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
0415a6e
README.md
Country and region select
Provides a simple helper to get an HTML select list of countries and regions. The list of countries comes from iso-codes package and follows IBM Globalization guideline to avoid culturally-sensitive issues in Taiwan and China.
This plugin is modified from Rails iso-3166-country-select plugin and licensed under the MIT
Example
country_select("user", "country_name")

