mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-14 17:01:20 +00:00
.. | ||
lib | ||
spec | ||
.gitignore | ||
init.rb | ||
MIT-LICENSE | ||
Rakefile | ||
README | ||
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 (c) 2008 Russ Smith, released under the MIT license.