diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-04 18:52:42 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-04 18:52:42 -0700 |
commit | 542a14c2580469eebdf1d281383096ea985ee11b (patch) | |
tree | 1eb1b90ed28f3c8001c1b980413414ad0b3ca58a /lib/arel/relations/compound.rb | |
parent | ce147912eedee3eee1b93dc89f5de3a01e9ac2f1 (diff) | |
download | rails-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.rb | 2 |
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 |