Sha256: bb15a972fd6af5d7d221a9dd7b9ab04f086de5ff17d7329fe81591b8119eb8d7
Contents?: true
Size: 144 Bytes
Versions: 8
Compression:
Stored size: 144 Bytes
Contents
module Hancock::Enableable extend ActiveSupport::Concern include Hancock::BooleanField included do boolean_field(:enabled) end end
Version data entries
8 entries across 8 versions & 1 rubygems