Sha256: 30e7cb88b4a2b294e6949f8f78f308548be974c8f67585f6fcbe679938baa89f
Contents?: true
Size: 128 Bytes
Versions: 188
Compression:
Stored size: 128 Bytes
Contents
module Enableable extend ActiveSupport::Concern include BooleanField included do boolean_field(:enabled) end end
Version data entries
188 entries across 188 versions & 2 rubygems