Method: Arel::SelectManager#intersect

Defined in:
activerecord/lib/arel/select_manager.rb

#intersect(other) ⇒ Object



209
210
211
# File 'activerecord/lib/arel/select_manager.rb', line 209

def intersect(other)
  Nodes::Intersect.new ast, other.ast
end