fix-tenant-scope #159

Merged
bustikiller merged 4 commits from fix-tenant-scope into main 2024-12-02 19:35:36 +00:00
Showing only changes of commit a96be2a79e - Show all commits

View File

@ -1,5 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
ActsAsTenant.configure do |config|
config.require_tenant = true
config.require_tenant = !Rails.env.test?
end