1
0
Fork 0
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:
Carlos Antonio da Silva 2014-01-22 08:28:45 -08:00
commit 0d24946903

View file

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