Sha256: 69dba44be4af0abf69f9832cc63726cde5bfb8ff17f980b020ab6a6cc67a33b6
Contents?: true
Size: 506 Bytes
Versions: 12
Compression:
Stored size: 506 Bytes
Contents
# typed: true require_relative '../patcher' require_relative 'action_controller/patcher' module Datadog module Tracing module Contrib module ActionPack # Patcher enables patching of 'action_pack' module. module Patcher include Contrib::Patcher module_function def target_version Integration.version end def patch ActionController::Patcher.patch end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems