Sha256: b74ef307c68ae7e055afc1f23402f979cbc8566d24a55c096ac300ffe26ec9a7
Contents?: true
Size: 282 Bytes
Versions: 15
Compression:
Stored size: 282 Bytes
Contents
module SimpleForm module Components module LabelInput extend ActiveSupport::Concern included do include SimpleForm::Components::Labels end def label_input options[:label] == false ? input : (label + input) end end end end
Version data entries
15 entries across 15 versions & 2 rubygems