method

with

with(table)
public

No documentation available.

# File activerecord/lib/active_record/relation/predicate_builder.rb, line 75
    def with(table)
      other = dup
      other.table = table
      other
    end