mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1b4399dfe7
When preload is used in a default scope the preload_values were returning nested arrays and causing the preloader to fail because it doesn't know how to deal with nested arrays. So before calling preload! we need to splat the arguments. This is not needed to includes because it flatten its arguments. |
||
---|---|---|
.. | ||
active_record | ||
rails/generators | ||
active_record.rb |