mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b644964b2b
After discussing, we've decided it makes more sense to include it. We're already forwarding every conflicting method to `to_a`, and there's no conflation of concerns. `Enumerable` has no mutating methods, and it just allows us to simplify the code. No existing methods will have a change in behavior. Un-overridden Enumerable methods will simply delegate to `each`. [Sean Griffin & bogdan] |
||
---|---|---|
.. | ||
active_record | ||
rails/generators | ||
active_record.rb |