diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-08-06 09:18:24 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-08-06 09:18:24 -0700 |
commit | a70455b9d74eba1ec2653739bcb742a3fee6d437 (patch) | |
tree | 7e391d0b6767a49010362cb3405332574661ec11 | |
parent | f9e2a2eb44477f2a966310cd2cb37bf744476fb1 (diff) | |
download | rails-a70455b9d74eba1ec2653739bcb742a3fee6d437.tar.gz rails-a70455b9d74eba1ec2653739bcb742a3fee6d437.tar.bz2 rails-a70455b9d74eba1ec2653739bcb742a3fee6d437.zip |
removing unused code
-rw-r--r-- | lib/arel/algebra/expression.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/algebra/expression.rb b/lib/arel/algebra/expression.rb index f7ba57a757..32cf4f12c9 100644 --- a/lib/arel/algebra/expression.rb +++ b/lib/arel/algebra/expression.rb @@ -8,10 +8,6 @@ module Arel @attribute = attribute end - def == other - super && Expression === other && attribute == other.attribute - end - def aggregation? true end |