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