Class: Formtastic::Inputs::TrumbowygInput

Inherits:
TextInput
  • Object
show all
Defined in:
lib/formtastic/inputs/trumbowyg_input.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



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, input_html_options.merge('data-aa-trumbowyg': '1'))
  end
end