aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations/compound.rb
diff options
context:
space:
mode:
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 f0a3392e09..7b6f3a46f8 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, :table_sql,
+ :engine, :table, :relation_for, :table_sql,
:to => :relation
def attributes