Class: ActionView::Helpers::InstanceTag
- Inherits:
-
Object
- Object
- ActionView::Helpers::InstanceTag
- Defined in:
- lib/country_select.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) to_country_select_tag(priority_countries, options, html_options)
65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/country_select.rb', line 65 def to_country_select_tag(priority_countries, , ) = .stringify_keys add_default_name_and_id() value = value(object) content_tag("select", ( (value, priority_countries), , value ), ) end |