Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/english_county_select.rb

Instance Method Summary collapse

Instance Method Details

#english_county_select(method, priority_counties = nil, options = {}, html_options = {}) ⇒ Object



44
45
46
# File 'lib/english_county_select.rb', line 44

def english_county_select(method, priority_counties = nil, options = {}, html_options = {})
  @template.english_county_select(@object_name, method, priority_counties, options.merge(:object => @object), html_options)
end