Class: PushType::WysiwygField

Inherits:
FieldType
  • Object
show all
Defined in:
app/fields/push_type/wysiwyg_field.rb

Instance Method Summary collapse

Instance Method Details

#form_helperObject



4
5
6
# File 'app/fields/push_type/wysiwyg_field.rb', line 4

def form_helper
  :text_area
end

#html_optionsObject



8
9
10
# File 'app/fields/push_type/wysiwyg_field.rb', line 8

def html_options
  super.merge(class: 'froala')
end