module ActsAsTenant
def self.with_mutable_tenant(&block)
def self.with_mutable_tenant(&block) ActsAsTenant.mutable_tenant!(true) without_tenant(&block) ensure ActsAsTenant.mutable_tenant!(false) end
def self.with_mutable_tenant(&block) ActsAsTenant.mutable_tenant!(true) without_tenant(&block) ensure ActsAsTenant.mutable_tenant!(false) end