method
grouping_all
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
grouping_all(method_id, others, *extras)private
No documentation available.
# File activerecord/lib/arel/predications.rb, line 239
def grouping_all(method_id, others, *extras)
nodes = others.map { |expr| send(method_id, expr, *extras) }
Nodes::Grouping.new Nodes::And.new(nodes)
end