Module: TurboMaterial::ChipsSelectHelper

Defined in:
app/helpers/turbo_material/chips_select_helper.rb

Instance Method Summary collapse

Instance Method Details

#material_chips_select(kwargs = {}) ⇒ Object



3
4
5
# File 'app/helpers/turbo_material/chips_select_helper.rb', line 3

def material_chips_select(kwargs = {})
  render "components/chips_select", **kwargs
end