method

visit_Arel_Nodes_NullsLast

rails latest stable - Class: Arel::Visitors::MySQL

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

visit_Arel_Nodes_NullsLast(o, collector)
private

No documentation available.

# File activerecord/lib/arel/visitors/mysql.rb, line 67
        def visit_Arel_Nodes_NullsLast(o, collector)
          visit(o.expr.expr, collector) << " IS NULL, "
          visit(o.expr, collector)
        end