Class: Form::Textarea

Inherits:
Input
  • Object
show all
Defined in:
app/views/form/textarea.rb

Instance Method Summary collapse

Instance Method Details

#view_templateObject



7
8
9
10
11
# File 'app/views/form/textarea.rb', line 7

def view_template
  textarea(class: classes, **options_with_defaults) do
    value
  end
end