method
with
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::PredicateBuilder
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