Class: Ckeditor::Hooks::SimpleFormBuilder::CkeditorInput

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

Instance Method Summary collapse

Instance Method Details

#inputObject



5
6
7
# File 'lib/ckeditor/hooks/simple_form.rb', line 5

def input
  @builder.send(:cktext_area, attribute_name, input_html_options)
end