mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6a81ccd69d
Previously it returned an Array. If you want an array, call e.g. `Post.to_a` rather than `Post.all`. This is more explicit. In most cases this should not break existing code, since Relations use method_missing to delegate unknown methods to #to_a anyway. |
||
---|---|---|
.. | ||
active_model | ||
active_model.rb |