diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-12-26 13:53:56 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-12-26 13:53:56 -0700 |
commit | 1d6bb77636aeec734079f63e1c14429b34e79ed9 (patch) | |
tree | 6e0f0930c1947d5f1d9ff1e95e12ca5992c25ff8 /activerecord/lib/active_record/relation/calculations.rb | |
parent | ed1a775da3921797fc74d69bb392b2cc0ad57ef1 (diff) | |
download | rails-1d6bb77636aeec734079f63e1c14429b34e79ed9.tar.gz rails-1d6bb77636aeec734079f63e1c14429b34e79ed9.tar.bz2 rails-1d6bb77636aeec734079f63e1c14429b34e79ed9.zip |
Inject the `PredicateBuilder` into the `Relation` instance
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
Diffstat (limited to 'activerecord/lib/active_record/relation/calculations.rb')
0 files changed, 0 insertions, 0 deletions