1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Parker Selbert c046e60965 Return a hash rather than array from fetch_multi
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.
2014-02-26 20:31:46 -06:00
..
active_support Return a hash rather than array from fetch_multi 2014-02-26 20:31:46 -06:00
active_support.rb update copyright notices to 2014. [ci skip] 2014-01-01 23:59:49 +05:30