Module: I18nCountrySelect::FormBuilder

Defined in:
lib/i18n_country_select/form_builder.rb

Instance Method Summary collapse

Instance Method Details

#country_code_select(method, priority_countries = nil, options = {}, html_options = {}) ⇒ Object



3
4
5
# 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