method
ast
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::Relation::WhereClause
ast()public
No documentation available.
# File activerecord/lib/active_record/relation/where_clause.rb, line 64
def ast
Arel::Nodes::And.new(predicates_with_wrapped_sql_literals)
end