method
ast
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::Relation::WhereClause
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