aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations/grouping.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/relations/grouping.rb')
-rw-r--r--lib/arel/relations/grouping.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/relations/grouping.rb b/lib/arel/relations/grouping.rb
index 6d11299051..de8643278b 100644
--- a/lib/arel/relations/grouping.rb
+++ b/lib/arel/relations/grouping.rb
@@ -15,9 +15,5 @@ module Arel
def aggregation?
true
end
-
- def name
- relation.name + '_aggregation'
- end
end
end \ No newline at end of file