mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
c046e60965
The current implementation of `fetch_multi` returns an array and has no means to easily backtrack which names yielded which results. By changing the return value to a Hash we retain the name information. Hash#values can be used on the response if only the values are needed. |
||
---|---|---|
.. | ||
active_support | ||
active_support.rb |