Scope the config option

Also use a `configure` block to set it up.
This commit is contained in:
Kevin McConnell
2025-12-11 11:28:32 +00:00
parent dece2d08d1
commit 06bfe2c982
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -69,5 +69,5 @@ Rails.application.configure do
config.autoload_paths += %w[ test/test_helpers ]
# Enable multi-tenant mode for tests
config.x.multi_tenant = true
config.x.multi_tenant.enabled = true
end