Class: SimpleForm::Inputs::TextileEditorInput

Inherits:
Base
  • Object
show all
Defined in:
lib/helpers/simple_form.rb

Instance Method Summary collapse

Instance Method Details

#input(wrapper_options) ⇒ Object



21
22
23
# File 'lib/helpers/simple_form.rb', line 21

def input(wrapper_options)
  @builder.text_area(attribute_name, merge_wrapper_options(input_html_options, wrapper_options))
end