1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Remove identity.active_record

This is removed by this commit
cf: https://github.com/rails/rails/pull/5261
This commit is contained in:
yui-knk 2015-08-07 13:47:49 +09:00
parent 261b275494
commit 222e9c5f83

View file

@ -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 |