Sha256: ade4211c74ab8c068ae86a3204c4b0ace702b54d5c49032c2b142cc6fc7c9f58
Contents?: true
Size: 522 Bytes
Versions: 28
Compression:
Stored size: 522 Bytes
Contents
# frozen_string_literal: 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
28 entries across 28 versions & 2 rubygems