Merge pull request #36456 from rails/remove-object-id

Remove call to object_id
This commit is contained in:
Rafael Mendonça França 2019-12-17 21:11:28 -03:00
commit 3869660608
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ module ActiveRecord
binds: binds,
type_casted_binds: -> { type_casted_binds(binds) },
name: name,
connection_id: object_id,
connection: self,
cached: true
}