Method: Effective::FormInputs::TextArea#input_html_options
- Defined in:
- app/models/effective/form_inputs/text_area.rb
#input_html_options ⇒ Object
5 6 7 |
# File 'app/models/effective/form_inputs/text_area.rb', line 5 def { class: 'form-control', rows: 3 } end |