• S
    Inject the `PredicateBuilder` into the `Relation` instance · 1d6bb776
    Sean Griffin 提交于
    Construction of relations can be a hotspot, we don't want to create one
    of these in the constructor. This also allows us to do more expensive
    things in the predicate builder's constructor, since it's created once
    per AR::Base subclass
    1d6bb776
core.rb 19.2 KB