class Formtastic::Inputs::FroalaEditorInput

Public Instance Methods

input_html_options() click to toggle source
Calls superclass method
# File lib/formtastic/inputs/froala_editor_input.rb, line 6
def input_html_options
  super.merge('data-aa-froala-editor': '1')
end