Module: Datadog::Contrib::ActionPack::Patcher
- Includes:
- Patcher
- Defined in:
- lib/ddtrace/contrib/action_pack/patcher.rb
Overview
Patcher enables patching of 'action_pack' module.
Class Method Summary collapse
Methods included from Patcher
Class Method Details
.patch ⇒ Object
18 19 20 |
# File 'lib/ddtrace/contrib/action_pack/patcher.rb', line 18 def patch ActionController::Patcher.patch end |
.target_version ⇒ Object
14 15 16 |
# File 'lib/ddtrace/contrib/action_pack/patcher.rb', line 14 def target_version Integration.version end |