Sha256: 3e608b13c41a5907c9c64bd797482426e4bbe258f7c711fd491e7245da4c1212
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module Formtastic module Inputs class MediumEditorInput < Formtastic::Inputs::TextInput def input_html_options super.merge(class: 'medium-editor') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems