Arel::Visitors::ToSql
# File lib/arel/visitors/where_sql.rb, line 4 def visit_Arel_Nodes_SelectCore o "WHERE #{o.wheres.map { |x| visit x }.join ' AND ' }" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.