method

visit_Arel_Nodes_Comment

rails latest stable - Class: Arel::Visitors::ToSql
visit_Arel_Nodes_Comment(o, collector)
private

No documentation available.

# File activerecord/lib/arel/visitors/to_sql.rb, line 172
        def visit_Arel_Nodes_Comment(o, collector)
          collector << o.values.map { |v| "/* #{sanitize_as_sql_comment(v)} */" }.join(" ")
        end