diff options
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 f4d6b199b5..735f586114 100644 --- a/lib/arel/relations/compound.rb +++ b/lib/arel/relations/compound.rb @@ -6,7 +6,7 @@ module Arel delegate :joins, :selects, :orders, :groupings, :inserts, :taken, :skipped, :name, :alias, :aggregation?, :prefix_for, :column_for, - :engine, + :engine, :name_for, :to => :relation def attributes |