Class: Formtastic::Inputs::TrumbowygInput
- Inherits:
-
TextInput
- Object
- TextInput
- Formtastic::Inputs::TrumbowygInput
- Defined in:
- lib/formtastic/inputs/trumbowyg_input.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
6 7 8 9 10 |
# File 'lib/formtastic/inputs/trumbowyg_input.rb', line 6 def to_html input_wrapping do label_html << builder.text_area(method, .merge('data-aa-trumbowyg': '1')) end end |