diff options
author | Matthew Draper <matthew@trebex.net> | 2015-08-07 14:33:10 +0930 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2015-08-07 14:33:10 +0930 |
commit | 4b91db5b125dd7bd735e7f42eb8e2c14c0e6757e (patch) | |
tree | 61afcc3b9aba7df8512f299496425a19bb264acd /guides/source | |
parent | 261b275494fa2d144528f3f477463ae1cb8e00d7 (diff) | |
parent | 222e9c5f8308e7753b67abe1c5fe43dbdc469684 (diff) | |
download | rails-4b91db5b125dd7bd735e7f42eb8e2c14c0e6757e.tar.gz rails-4b91db5b125dd7bd735e7f42eb8e2c14c0e6757e.tar.bz2 rails-4b91db5b125dd7bd735e7f42eb8e2c14c0e6757e.zip |
Merge pull request #21156 from yui-knk/fix/guide_instumentation
[ci skip] Remove `identity.active_record`
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_support_instrumentation.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index e49abc41f4..cd44c685ba 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -244,14 +244,6 @@ INFO. The adapters will add their own data as well. } ``` -### identity.active_record - -| Key | Value | -| ---------------- | ----------------------------------------- | -| `:line` | Primary Key of object in the identity map | -| `:name` | Record's class | -| `:connection_id` | `self.object_id` | - ### instantiation.active_record | Key | Value | |