Module: ActionView::Helpers::ToCountrySelectCodeTag
- Included in:
- CountrySelectCode, InstanceTag
- Defined in:
- lib/country-select-code.rb
Instance Method Summary collapse
Instance Method Details
#to_country_select_code_tag(priority_countries, options, html_options) ⇒ Object
133 134 135 136 137 138 139 140 141 142 143 |
# File 'lib/country-select-code.rb', line 133 def to_country_select_code_tag(priority_countries, , ) = .stringify_keys add_default_name_and_id() value = value(object) content_tag("select", ( (value, priority_countries, ), , value ), ) end |