mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This reverts commit 04cc446d17.
I reverted it because apparently we want to use: select([:a, :b])
instead of select(:a, :b), but there was no tests for that form.