class ActionView::Helpers::FormBuilder
Public Instance Methods
country_select_code(method, priority_countries = nil, options = {}, html_options = {})
click to toggle source
# File lib/country-select-code.rb, line 159 def country_select_code(method, priority_countries = nil, options = {}, html_options = {}) @template.country_select_code(@object_name, method, priority_countries, options.merge(:object => @object), html_options) end