aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations/relation.rb
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-15 19:26:18 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-15 19:26:18 -0700
commitfdffe2160a4b855d7d9e611c6326f4a509c7cb07 (patch)
tree7d46d2869b1f5d680be82cc81bf5c3a67df4db9b /lib/arel/relations/relation.rb
parent4b300befaffd0486eb4ffbc63d64f04c85cd0219 (diff)
downloadrails-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.rb4
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