Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- lib/country-select-code.rb
Instance Method Summary collapse
Instance Method Details
#country_select_code(method, priority_countries = nil, options = {}, html_options = {}) ⇒ Object
159 160 161 |
# File 'lib/country-select-code.rb', line 159 def country_select_code(method, priority_countries = nil, = {}, = {}) @template.country_select_code(@object_name, method, priority_countries, .merge(:object => @object), ) end |