module I18nCountrySelect::FormBuilder

Public Instance Methods

country_code_select(method, priority_countries = nil, options = {}, html_options = {}) click to toggle source
# File lib/i18n_country_select/form_builder.rb, line 3
def country_code_select(method, priority_countries = nil, options = {}, html_options = {})
        @template.country_code_select(@object_name, method, priority_countries, options.merge(object: @object), html_options)
end