Sha256: 32a21a3f89ba16878227cd41aa44ee4d940b8665587a458f1d39aee5c7e6c4b3
Contents?: true
Size: 226 Bytes
Versions: 70
Compression:
Stored size: 226 Bytes
Contents
module WithLayout extend ActiveSupport::Concern included do enum layout: [:input_right, :input_bottom, :input_primary, :input_kindergarten] end def input_kids? input_primary? || input_kindergarten? end end
Version data entries
70 entries across 70 versions & 2 rubygems