Module: DataRedactor::Integrations

Defined in:
lib/data_redactor/integrations/rack.rb,
lib/data_redactor/integrations/rails.rb,
lib/data_redactor/integrations/logger.rb

Overview

Namespace for the optional framework adapters under lib/data_redactor/integrations/ (Logger, Rails, Rack).

Each adapter is soft-required — none load with require “data_redactor”; require only the one you need. They add no runtime gem dependencies and all redaction is delegated to redact.

Defined Under Namespace

Modules: Rails Classes: Logger, Rack