Module: ChinaRegionFu::Helpers::FormBuilder

Defined in:
lib/china_region_fu/helpers/helpers.rb

Instance Method Summary collapse

Instance Method Details

#region_select(methods, options = {}, html_options = {}) ⇒ Object



56
57
58
# File 'lib/china_region_fu/helpers/helpers.rb', line 56

def region_select(methods, options = {}, html_options = {})
  @template.region_select(@object_name, methods, objectify_options(options), @default_options.merge(html_options))
end