Sha256: 4e5b6d25a2f11ee9200270ba3505e0ee23193fb0dcd8be5036850bfb0e08c3db
Contents?: true
Size: 281 Bytes
Versions: 17
Compression:
Stored size: 281 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
17 entries across 17 versions & 2 rubygems