module Mongoid::Tenant

The tenant

Mongoid::Tenant::VERSION

Constants

VERSION

Public Instance Methods

tenancy() click to toggle source
# File lib/mongoid/tenant.rb, line 18
def tenancy
  Thread.current[:tenancy]
end