2009
01.18

Source Location: http://github.com/rails/country_select/tree/master

Installation:

script/install plugin git://github.com/rails/country_select/tree/master

Usage in your view

<%= country_select(:user, :country_name, nil, {:prompt => “Select Country”}, {:style => “width: 200px”}) %>

1 comment so far

Add Your Comment
  1. Really nice.

    Installation:-
    ruby script/plugin install git://github.com/rails/country_select.git

    Usage in your view

    “Select Country”}, {:style => “width: 200px”}) %>