aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations/compound.rb
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-15 18:42:16 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-15 18:42:16 -0700
commit4b300befaffd0486eb4ffbc63d64f04c85cd0219 (patch)
treec39859fdf23a4ecba4a13662aa7c9e3457bf93ac /lib/arel/relations/compound.rb
parent9376459a7186b794b29e11c55186135004e8f3b8 (diff)
downloadrails-4b300befaffd0486eb4ffbc63d64f04c85cd0219.tar.gz
rails-4b300befaffd0486eb4ffbc63d64f04c85cd0219.tar.bz2
rails-4b300befaffd0486eb4ffbc63d64f04c85cd0219.zip
experimenting with new binding stuff
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 649d11e8b1..ca192a6e8a 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, :aggregation?, :column_for,
- :engine, :table, :relation_for, :table_sql,
+ :engine, :table, :table_sql,
:to => :relation
def attributes