mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove duplicate merge
This commit is contained in:
parent
75cd7bc3c2
commit
ce91efed65
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 = 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|
|
Hash[equalities.map { |where|
|
||||||
name = where.left.name
|
name = where.left.name
|
||||||
|
|
Loading…
Reference in a new issue