aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations/compound.rb
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-04 18:52:42 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-04 18:52:42 -0700
commit542a14c2580469eebdf1d281383096ea985ee11b (patch)
tree1eb1b90ed28f3c8001c1b980413414ad0b3ca58a /lib/arel/relations/compound.rb
parentce147912eedee3eee1b93dc89f5de3a01e9ac2f1 (diff)
downloadrails-542a14c2580469eebdf1d281383096ea985ee11b.tar.gz
rails-542a14c2580469eebdf1d281383096ea985ee11b.tar.bz2
rails-542a14c2580469eebdf1d281383096ea985ee11b.zip
cleanup
Diffstat (limited to 'lib/arel/relations/compound.rb')
-rw-r--r--lib/arel/relations/compound.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel/relations/compound.rb b/lib/arel/relations/compound.rb
index 1658efd636..f0a3392e09 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, :inserts, :taken,
:skipped, :name, :alias, :aggregation?, :column_for,
- :engine, :name_for, :table, :relation_for,
+ :engine, :name_for, :table, :relation_for, :table_sql,
:to => :relation
def attributes