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 (committer)
Fri Apr 24 21:02:44 -0700 2009
name age message
file .gitignore Loading commit data...
file MIT-LICENSE
file README
file README.rdoc
file Rakefile
file init.rb Sun Jul 13 11:20:04 -0700 2008 Initial commit. [russ]
directory lib/
directory spec/
README.rdoc

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.