Sha256: 3d63e79b9d709f11ba5e975b9b1e2c7d558054a5df0c16bbf7486b2030ecc657
Contents?: true
Size: 232 Bytes
Versions: 7
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module Formtastic module Inputs class FroalaEditorInput < Formtastic::Inputs::TextInput def input_html_options super.merge('data-aa-froala-editor': '1') end end end end
Version data entries
7 entries across 7 versions & 1 rubygems