class ActiveRecord::Relation

def build_arel(*args)

def build_arel(*args)
  arel = super
  build_with(arel) if @values[:with]
  arel
end