1
0
Fork 0
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:
kei 2014-01-22 22:13:38 +09:00
parent 75cd7bc3c2
commit ce91efed65

View file

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