mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #13791 from kei-s/remove_duplicate_merge
Remove duplicate merge
This commit is contained in:
commit
0d24946903
1 changed files with 0 additions and 1 deletions
|
@ -535,7 +535,6 @@ module ActiveRecord
|
|||
}
|
||||
|
||||
binds = Hash[bind_values.find_all(&:first).map { |column, v| [column.name, v] }]
|
||||
binds.merge!(Hash[bind_values.find_all(&:first).map { |column, v| [column.name, v] }])
|
||||
|
||||
Hash[equalities.map { |where|
|
||||
name = where.left.name
|
||||
|
|
Loading…
Reference in a new issue