Class: Ckeditor::Hooks::SimpleForm::CkeditorInput

Inherits:
SimpleForm::Inputs::Base
  • Object
show all
Defined in:
lib/ckeditor/hooks/simple_form.rb

Instance Method Summary collapse

Instance Method Details

#input(_wrapper_options = nil) ⇒ Object



9
10
11
# File 'lib/ckeditor/hooks/simple_form.rb', line 9

def input(_wrapper_options = nil)
  @builder.cktext_area(attribute_name, input_html_options)
end