Class: RichtextInput

Inherits:
SimpleForm::Inputs::Base
  • Object
show all
Defined in:
app/inputs/richtext_input.rb

Instance Method Summary collapse

Instance Method Details

#inputObject



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

def input
  @builder.text_area(attribute_name, input_html_options.merge({class: 'niceditor'}))
end