Class: Form::Textarea
- Inherits:
-
Input
- Object
- Input
- Form::Textarea
- Defined in:
- app/views/form/textarea.rb
Instance Method Summary collapse
Instance Method Details
#view_template ⇒ Object
7 8 9 10 11 |
# File 'app/views/form/textarea.rb', line 7 def view_template textarea(class: classes, **) do value end end |