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