Sha256: 73bba787a9b8142a32f7b2305ffd376a9fd93e39bf12a930486300d216416616
Contents?: true
Size: 202 Bytes
Versions: 3
Compression:
Stored size: 202 Bytes
Contents
module Formtastic module Inputs class SimplemdeEditorInput < Formtastic::Inputs::TextInput def input_html_options super.merge( class: 'simplemde-editor' ) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems