diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-01 21:23:55 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-01 21:23:55 -0700 |
commit | 6c61ebb4d677f9bc5e1a669e7351c1226cbc9582 (patch) | |
tree | e55074078699abbf4cb3d9ecb6259702749ed1d5 /lib/arel/relations/compound.rb | |
parent | 3c52d91b5dc8b582e03d9ad84e3b97a85273110e (diff) | |
download | rails-6c61ebb4d677f9bc5e1a669e7351c1226cbc9582.tar.gz rails-6c61ebb4d677f9bc5e1a669e7351c1226cbc9582.tar.bz2 rails-6c61ebb4d677f9bc5e1a669e7351c1226cbc9582.zip |
naming of aliased relations seemed to be solved; now aggregate relations are still broken
Diffstat (limited to 'lib/arel/relations/compound.rb')
-rw-r--r-- | lib/arel/relations/compound.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |