diff options
author | eileencodes <eileencodes@gmail.com> | 2014-12-09 13:56:52 -0500 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2015-01-02 17:15:31 -0500 |
commit | cc9b813a821ef90d96405bf618fd691522a11ef9 (patch) | |
tree | 658e05cfecce1d3e78264b6b1c55d41b7ec21fa7 /activerecord/lib/active_record/null_relation.rb | |
parent | f6729309a06f40b32e52f8ee8143d1b1da412597 (diff) | |
download | rails-cc9b813a821ef90d96405bf618fd691522a11ef9.tar.gz rails-cc9b813a821ef90d96405bf618fd691522a11ef9.tar.bz2 rails-cc9b813a821ef90d96405bf618fd691522a11ef9.zip |
Pass `connection` rather than `alias_tracker`
After the refactorings we're only using the connection and not the alias
tracker anymore. This builds on commit 18019.
Reuse the already available `@connection` to reduce the surface area of
the alias tracker's API. We can then remove the `attr_reader` because
the connection is already available.
Diffstat (limited to 'activerecord/lib/active_record/null_relation.rb')
0 files changed, 0 insertions, 0 deletions