Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 309 Bytes

README.rdoc

File metadata and controls

9 lines (5 loc) · 309 Bytes

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 © 2008 Russ Smith, released under the MIT license.