Class: Ckeditor::Hooks::SimpleForm::CkeditorInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- Ckeditor::Hooks::SimpleForm::CkeditorInput
- Defined in:
- lib/ckeditor/hooks/simple_form.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
5 6 7 |
# File 'lib/ckeditor/hooks/simple_form.rb', line 5 def input( = nil) @builder.cktext_area(attribute_name, ) end |