diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-11-10 13:26:08 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-11-10 13:26:08 +1100 |
commit | 9a27d6221bc51c486bc4104f3f813c4c905a7e4a (patch) | |
tree | df31ff39d4082fa12601a031fde39b065989b6f2 /doc/development/instrumentation.md | |
parent | 84797ca06db9b38d24d41771a895630fbebac4d5 (diff) | |
download | gitlab-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.md | 2 |
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 ``` |