Sha256: dc2a3f16f6a3cd3e4bdffe3acbd2e873dca16f276cebbb2f9e9bc4c4584f6a2f
Contents?: true
Size: 461 Bytes
Versions: 31
Compression:
Stored size: 461 Bytes
Contents
require 'ddtrace/contrib/patcher' require 'ddtrace/contrib/action_pack/action_controller/patcher' module Datadog 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
Version data entries
31 entries across 31 versions & 2 rubygems