Module: TurboMaterial::ChipsInputHelper
- Defined in:
- app/helpers/turbo_material/chips_input_helper.rb
Instance Method Summary collapse
Instance Method Details
#material_chips_input(kwargs = {}) ⇒ Object
3 4 5 |
# File 'app/helpers/turbo_material/chips_input_helper.rb', line 3 def material_chips_input(kwargs = {}) render "components/chips_input", **kwargs end |