Class: KindeditorInput
- Inherits:
-
Object
- Object
- KindeditorInput
- Includes:
- Formtastic::Inputs::Base
- Defined in:
- lib/rails_kindeditor/formtastic.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
6 7 8 9 10 11 |
# File 'lib/rails_kindeditor/formtastic.rb', line 6 def to_html input_wrapping do label_html << builder.kindeditor(method, ) end end |