Sha256: f894769625d66fa546be8345f62c2bb07333292773c6264b419aa3b783f9e5d1
Contents?: true
Size: 260 Bytes
Versions: 19
Compression:
Stored size: 260 Bytes
Contents
ActionView::Base.field_error_proc = proc do |html_tag, instance| class_attr_index = html_tag.index 'class="' if class_attr_index html_tag.insert class_attr_index + 7, "error " else html_tag.insert html_tag.index(">"), ' class="error"' end end
Version data entries
19 entries across 19 versions & 1 rubygems