method

with

rails latest stable - Class: ActiveRecord::PredicateBuilder

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

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