diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-15 19:26:18 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-15 19:26:18 -0700 |
commit | fdffe2160a4b855d7d9e611c6326f4a509c7cb07 (patch) | |
tree | 7d46d2869b1f5d680be82cc81bf5c3a67df4db9b /lib/arel/relations/relation.rb | |
parent | 4b300befaffd0486eb4ffbc63d64f04c85cd0219 (diff) | |
download | rails-fdffe2160a4b855d7d9e611c6326f4a509c7cb07.tar.gz rails-fdffe2160a4b855d7d9e611c6326f4a509c7cb07.tar.bz2 rails-fdffe2160a4b855d7d9e611c6326f4a509c7cb07.zip |
thinks must get worse before they get better
Diffstat (limited to 'lib/arel/relations/relation.rb')
-rw-r--r-- | lib/arel/relations/relation.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/relations/relation.rb b/lib/arel/relations/relation.rb index c576033938..884b743f20 100644 --- a/lib/arel/relations/relation.rb +++ b/lib/arel/relations/relation.rb @@ -39,10 +39,6 @@ module Arel @christener ||= Sql::Christener.new end - def aggregation? - false - end - module Enumerable include ::Enumerable |