Module: TurboMaterial::InputHelper

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

Instance Method Summary collapse

Instance Method Details

#material_input(kwargs = {}) ⇒ Object



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

def material_input(kwargs = {})
  render "components/input", **kwargs
end