Sha256: 241948c87f26083ae9ab511c38d9652e12aae4385387efa19a62fb0eb8fa1483

Contents?: true

Size: 202 Bytes

Versions: 1

Compression:

Stored size: 202 Bytes

Contents

module Composable
  module Tenant
    class DataSet < ActiveSupport::CurrentAttributes
      attribute :excluded_tenants

      def excluded_tenants
        super || Set.new
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
composable-tenant-0.0.6 lib/composable/tenant/data_set.rb