Module: NitroKit::InputHelper
- Defined in:
- app/helpers/nitro_kit/input_helper.rb
Instance Method Summary collapse
Instance Method Details
#nk_input(**attrs) ⇒ Object
5 6 7 |
# File 'app/helpers/nitro_kit/input_helper.rb', line 5 def nk_input(**attrs) render(Input.from_template(**attrs)) end |