Class: ActionView::Helpers::FormBuilder

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

Instance Method Summary collapse

Instance Method Details

#norwegian_county_select(method, options = {}, html_options = {}) ⇒ Object



35
36
37
# File 'lib/norwegian_county_select.rb', line 35

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