class ActionView::Helpers::FormBuilder

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

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