Method: ChinaRegionFu::Utils#append_html_class_option
- Defined in:
- lib/china_region_fu/helpers/utils.rb
#append_html_class_option(html_options) ⇒ Object
49 50 51 52 53 54 |
# File 'lib/china_region_fu/helpers/utils.rb', line 49 def append_html_class_option() = .deep_dup [:class] ||= '' [:class] << ' china-region-select' unless [:class].include?('china-region-select') end |