Method: Primer::Forms::Dsl::TextAreaInput#to_component
- Defined in:
- app/lib/primer/forms/dsl/text_area_input.rb
permalink #to_component ⇒ Object
[View source]
17 18 19 |
# File 'app/lib/primer/forms/dsl/text_area_input.rb', line 17 def to_component TextArea.new(input: self) end |