e378c5a45e
into: - tenanting/account_slug - tenanting/logging - tenanting/turbo
4 lines
129 B
Ruby
4 lines
129 B
Ruby
ActiveSupport.on_load(:action_controller_base) do
|
|
before_action { logger.struct tenant: ApplicationRecord.current_tenant }
|
|
end
|