aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-08-07 13:47:49 +0900
committeryui-knk <spiketeika@gmail.com>2015-08-07 13:47:49 +0900
commit222e9c5f8308e7753b67abe1c5fe43dbdc469684 (patch)
tree61afcc3b9aba7df8512f299496425a19bb264acd /guides
parent261b275494fa2d144528f3f477463ae1cb8e00d7 (diff)
downloadrails-222e9c5f8308e7753b67abe1c5fe43dbdc469684.tar.gz
rails-222e9c5f8308e7753b67abe1c5fe43dbdc469684.tar.bz2
rails-222e9c5f8308e7753b67abe1c5fe43dbdc469684.zip
[ci skip] Remove `identity.active_record`
This is removed by this commit cf: https://github.com/rails/rails/pull/5261
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_support_instrumentation.md8
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 |