From 6c61ebb4d677f9bc5e1a669e7351c1226cbc9582 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Thu, 1 May 2008 21:23:55 -0700 Subject: naming of aliased relations seemed to be solved; now aggregate relations are still broken --- lib/arel/relations/compound.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/arel/relations/compound.rb') diff --git a/lib/arel/relations/compound.rb b/lib/arel/relations/compound.rb index ae848433be..f4d6b199b5 100644 --- a/lib/arel/relations/compound.rb +++ b/lib/arel/relations/compound.rb @@ -4,7 +4,7 @@ module Arel hash_on :relation - delegate :joins, :selects, :orders, :groupings, :table_sql, :inserts, :taken, + delegate :joins, :selects, :orders, :groupings, :inserts, :taken, :skipped, :name, :alias, :aggregation?, :prefix_for, :column_for, :engine, :to => :relation -- cgit v1.2.3