method

grouping_all

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: Predications
grouping_all(method_id, others, *extras) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.