mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1b773bca5c
A previous change made singleton methods eagerly define their relation methods if it shared a name with a method on Kernel. This caused issues with a few methods which were both defined on Kernel and on AcitveRecord::Relation. This commit avoids defining the method if it exists on AR::Relation. |
||
---|---|---|
.. | ||
default.rb | ||
named.rb |