Sha256: c9e8218a316b2d1b313403b03a91d1145ea33ff7d0cff7c70862f243e263860a
Contents?: true
Size: 278 Bytes
Versions: 26
Compression:
Stored size: 278 Bytes
Contents
module Locomotive class RteInput < Formtastic::Inputs::TextInput def to_html input_wrapping do label_html << builder.text_area(method, input_html_options) << template.content_tag(:span, '', class: 'error-anchor') end end end end
Version data entries
26 entries across 26 versions & 1 rubygems