Sha256: 3cf5e019eed7611f1533e0d3d846f510fd46692c8bc1b2bfda16fb463fa56506
Contents?: true
Size: 236 Bytes
Versions: 4
Compression:
Stored size: 236 Bytes
Contents
module OpenConferenceWare module FieldAnnotationHelper def required_field content_tag :span, "*", class: "required-field" end def private_field content_tag :span, "%", class: "private-field" end end end
Version data entries
4 entries across 4 versions & 1 rubygems