Class: RichTextInput

Inherits:
SimpleForm::Inputs::TextInput
  • Object
show all
Defined in:
app/inputs/rich_text_input.rb

Instance Method Summary collapse

Instance Method Details

#inputObject



2
3
4
5
# File 'app/inputs/rich_text_input.rb', line 2

def input
  input_html_options[:class] += [:wysihtml5] 
  @builder.text_area(attribute_name, input_html_options)
end