method

country_select

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

No documentation available.

# File actionpack/lib/action_view/helpers/form_options_helper.rb, line 448
      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