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
100644 10 lines (5 sloc) 0.309 kb
1
2
3
4
5
6
7
8
9
10
== 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 (c) 2008 Russ Smith, released under the MIT license.