public Method

FormBuilder.country_select(method, priority_countries = nil, options = {}, html_options = {})

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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.