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