method
merge
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Relation::WhereClause
merge(other)public
No documentation available.
# File activerecord/lib/active_record/relation/where_clause.rb, line 24
def merge(other)
WhereClause.new(
predicates_unreferenced_by(other) + other.predicates,
)
end