There's no documentation for this item.
Source Code
# File action_view/helpers/form_options_helper.rb, line 427 def country_select(method, priority_countries = nil, options = {}, html_options = {}) @template.country_select(@object_name, method, priority_countries, options.merge(:object => @object), html_options) end
<code/>and<pre/>for code samples.