public
Description: Country Code Select Form Helper for Rails
Homepage:
Clone URL: git://github.com/russ/country_code_select.git
charly (author)
Fri Apr 10 07:37:01 -0700 2009
Russ Smith (committer)
Fri Apr 24 21:02:44 -0700 2009
country_code_select / README.rdoc
100644 10 lines (5 sloc) 0.309 kb

Country Code Select

A simple country code select helper. Works exactly the same as country_select but uses country codes instead.

  country_code_select(:user, :country, [[ 'US', 'United States' ], [ 'CA', 'Canada' ]])

Copyright/License

Copyright © 2008 Russ Smith, released under the MIT license.