method

visit_Arel_Nodes_Intersect

v6.1.3.1 - Show latest stable - Class: Arel::Visitors::ToSql
visit_Arel_Nodes_Intersect(o, collector)
private

No documentation available.

# File activerecord/lib/arel/visitors/to_sql.rb, line 211
        def visit_Arel_Nodes_Intersect(o, collector)
          collector << "( "
          infix_value(o, collector, " INTERSECT ") << " )"
        end