Class: CkeditorInput
- Inherits:
-
Object
- Object
- CkeditorInput
- Includes:
- Formtastic::Inputs::Base
- Defined in:
- lib/ckeditor/hooks/formtastic.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
8 9 10 11 12 13 |
# File 'lib/ckeditor/hooks/formtastic.rb', line 8 def to_html input_wrapping do label_html << builder.cktext_area(method, ) end end |