method

intersect

rails latest stable - Class: Arel::SelectManager
intersect(other)
public

No documentation available.

# File activerecord/lib/arel/select_manager.rb, line 209
    def intersect(other)
      Nodes::Intersect.new ast, other.ast
    end