Sha256: 009e9f16d3dd3e29e050d4f83a0cf971d9720530d4d4cc0587103f66b33455ef
Contents?: true
Size: 308 Bytes
Versions: 8
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module Formtastic module Inputs class TrumbowygInput < Formtastic::Inputs::TextInput def to_html input_wrapping do label_html << builder.text_area(method, input_html_options.merge('data-aa-trumbowyg': '1')) end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems