module ChinaRegions::Helpers::FormBuilder

Public Instance Methods

region_select(methods, options = {}, html_options = {}) click to toggle source
# File lib/china_regions/helpers/form_helper.rb, line 137
def region_select(methods, options = {}, html_options = {})
  @template.region_select(@object_name.to_s, methods, options = options, html_options = html_options)
end