Method: Effective::FormInputs::TextArea#input_html_options

Defined in:
app/models/effective/form_inputs/text_area.rb

#input_html_optionsObject



5
6
7
# File 'app/models/effective/form_inputs/text_area.rb', line 5

def input_html_options
  { class: 'form-control', rows: 3 }
end