From e4ee2a35c8dc62efed965bf0023a517c65f1c9e7 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Thu, 15 May 2008 19:44:06 -0700 Subject: worser --- lib/arel/relations/grouping.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/arel/relations/grouping.rb b/lib/arel/relations/grouping.rb index 3f0ea54407..2c39d23b2d 100644 --- a/lib/arel/relations/grouping.rb +++ b/lib/arel/relations/grouping.rb @@ -17,7 +17,7 @@ module Arel end def name - table.name + '_aggregation' + relation.name + '_aggregation' end end end \ No newline at end of file -- cgit v1.2.3