diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2016-09-13 14:06:17 -0400 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2016-09-13 14:06:17 -0400 |
commit | 44d2ef9623847dea5cbf6208ae7b5168b374c720 (patch) | |
tree | 3b596034f285a3ad8f77debeab373674bd7b83d4 /lib/arel.rb | |
parent | 4e0ce3d6a5a6db0d59661733c65dff84b25c8384 (diff) | |
download | rails-44d2ef9623847dea5cbf6208ae7b5168b374c720.tar.gz rails-44d2ef9623847dea5cbf6208ae7b5168b374c720.tar.bz2 rails-44d2ef9623847dea5cbf6208ae7b5168b374c720.zip |
Don't store all aliases to a table
The aliases property of a table is never used other than for equality. However,
the aliases that have been created for a table aren't really something that
should affect whether a table is considered to be the same table or not. This
removal does not appear to have any affect within Active Record or within Arel.
Diffstat (limited to 'lib/arel.rb')
0 files changed, 0 insertions, 0 deletions