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