class ActionView::Helpers::FormBuilder
Public Instance Methods
country_select(method, priority_countries = nil, options = {}, html_options = {})
Alias for: localized_country_select
localized_country_select(method, priority_countries = nil, options = {}, html_options = {})
click to toggle source
# File lib/localized_country_select.rb, line 110 def localized_country_select(method, priority_countries = nil, options = {}, html_options = {}) @template.localized_country_select(@object_name, method, priority_countries, options.merge(object: @object), html_options) end
Also aliased as: country_select