class HtmlEditorInput < Formtastic::Inputs::TextInput def toolbar <<-HTML
HTML end def input_html_options { quicksave: false, commands: { bold: true, italic: true, link: true, image: true, ul: true, li: true, h1: true, h2: true, h3: true } }.merge(super) end def to_html html = '