1 2 3 4 5 6
module Arel class Compound < Relation delegate :table, :table_sql, :array, :to => :relation end end