aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/relations/utilities/compound.rb
blob: b63a829c6738dcbe47fb8638e981b9d0a8a273bc (plain) (blame)
1
2
3
4
5
6
module Arel
  class Compound < Relation
    delegate :table, :table_sql, :to => :relation
  end
end