summaryrefslogtreecommitdiff
path: root/doc/development/instrumentation.md
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-11-10 13:26:08 +1100
committerblackst0ne <blackst0ne.ru@gmail.com>2018-11-10 13:26:08 +1100
commit9a27d6221bc51c486bc4104f3f813c4c905a7e4a (patch)
treedf31ff39d4082fa12601a031fde39b065989b6f2 /doc/development/instrumentation.md
parent84797ca06db9b38d24d41771a895630fbebac4d5 (diff)
downloadgitlab-ce-blackst0ne-rails5-update-models-inheritance.tar.gz
[Rails5] Updated docs [ci skip]blackst0ne-rails5-update-models-inheritance
Diffstat (limited to 'doc/development/instrumentation.md')
-rw-r--r--doc/development/instrumentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/instrumentation.md b/doc/development/instrumentation.md
index 7761f65d78a..014fd4583cf 100644
--- a/doc/development/instrumentation.md
+++ b/doc/development/instrumentation.md
@@ -51,7 +51,7 @@ Instrumenting an entire class hierarchy:
```ruby
Gitlab::Metrics::Instrumentation.configure do |conf|
- conf.instrument_class_hierarchy(ActiveRecord::Base)
+ conf.instrument_class_hierarchy(ApplicationRecord)
end
```