From 222e9c5f8308e7753b67abe1c5fe43dbdc469684 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Fri, 7 Aug 2015 13:47:49 +0900 Subject: [PATCH] [ci skip] Remove `identity.active_record` This is removed by this commit cf: https://github.com/rails/rails/pull/5261 --- guides/source/active_support_instrumentation.md | 8 -------- 1 file changed, 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 |