Class: EffectiveCkeditorTextAreaInput
- Inherits:
-
SimpleForm::Inputs::StringInput
- Object
- SimpleForm::Inputs::StringInput
- EffectiveCkeditorTextAreaInput
- Defined in:
- app/models/inputs/effective_ckeditor_text_area_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
7 8 9 |
# File 'app/models/inputs/effective_ckeditor_text_area_input.rb', line 7 def input( = nil) Inputs::EffectiveCkeditorTextArea::Input.new(object, object_name, template, attribute_name, , ((, ) || {})).to_html end |