Sha256: 359a94b465252bb2f7b4630db83649c7ea3af241aaad85ee30560320c61bced5
Contents?: true
Size: 243 Bytes
Versions: 18
Compression:
Stored size: 243 Bytes
Contents
class AutosubmitInput < SimpleForm::Inputs::Base def input(wrapper_options) wrapper_options.reverse_merge!(label: false) if template.autosubmit_now? template.content_tag(:div, nil, data: { autosubmit: true } ) end end end
Version data entries
18 entries across 18 versions & 1 rubygems