mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
72d1663bc7
`User.where(id: [[1,2],3])` was equal to `User.where(id:[1, 2, 3])` in Rails 4.1.x but because of some refactoring in Arel this stopped working in 4.2.0. This fixes it in Rails. [Dan Olson & Cristian Bica] |
||
---|---|---|
.. | ||
delegation_test.rb | ||
merging_test.rb | ||
mutation_test.rb | ||
predicate_builder_test.rb | ||
where_chain_test.rb | ||
where_test.rb |