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 17
def patch
  ActionController::Patcher.patch
end
target_version() click to toggle source
# File lib/ddtrace/contrib/action_pack/patcher.rb, line 13
def target_version
  Integration.version
end