method

ast

ast()
public

No documentation available.

# File activerecord/lib/active_record/relation/where_clause.rb, line 69
      def ast
        Arel::Nodes::And.new(predicates_with_wrapped_sql_literals)
      end