Class: PushType::WysiwygField
- Inherits:
-
FieldType
- Object
- FieldType
- PushType::WysiwygField
- Defined in:
- app/fields/push_type/wysiwyg_field.rb
Instance Method Summary collapse
Instance Method Details
#form_helper ⇒ Object
4 5 6 |
# File 'app/fields/push_type/wysiwyg_field.rb', line 4 def form_helper :text_area end |
#html_options ⇒ Object
8 9 10 |
# File 'app/fields/push_type/wysiwyg_field.rb', line 8 def super.merge(class: 'froala') end |