Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- lib/iso/countries/form_helpers.rb
Instance Method Summary collapse
Instance Method Details
#iso_country_select(method, priority_countries = nil, options = {}, html_options = {}) ⇒ Object
53 54 55 |
# File 'lib/iso/countries/form_helpers.rb', line 53 def iso_country_select(method, priority_countries = nil, = {}, = {}) @template.iso_country_select(@object_name, method, priority_countries, .merge(:object => @object), ) end |