wedding-planner/config/initializers/acts_as_tenant.rb
Manuel Bustillo 3ea1d1e7ec
Some checks failed
Check usage of free licenses / check-licenses (pull_request) Successful in 1m39s
Add copyright notice / copyright_notice (pull_request) Successful in 1m56s
Run unit tests / unit_tests (pull_request) Failing after 2m44s
Add copyright notice
2024-12-02 08:05:46 +00:00

5 lines
107 B
Ruby

# Copyright (C) 2024 Manuel Bustillo
ActsAsTenant.configure do |config|
config.require_tenant = true
end