module ActionView::Helpers::FormOptionsHelper
def country_select(object, method, priority_countries = nil, options = {}, html_options = {})
def country_select(object, method, priority_countries = nil, options = {}, html_options = {}) InstanceTag.new(object, method, self, options.delete(:object)).to_country_select_tag(priority_countries, options, html_options) end