5 lines
119 B
Ruby
Raw Permalink Normal View History

2024-12-02 08:05:46 +00:00
# Copyright (C) 2024 Manuel Bustillo
ActsAsTenant.configure do |config|
config.require_tenant = !Rails.env.test?
end