module Datadog::Contrib::ActionPack::Patcher
Patcher
enables patching of 'action_pack' module.
Public Instance Methods
patch()
click to toggle source
# File lib/ddtrace/contrib/action_pack/patcher.rb, line 18 def patch ActionController::Patcher.patch end
target_version()
click to toggle source
# File lib/ddtrace/contrib/action_pack/patcher.rb, line 14 def target_version Integration.version end