Great caution should be taken to avoid SQL injection vulnerabilities. This
method should not be used with unsafe values such as request parameters or
model attributes.
# File activerecord/lib/arel.rb, line 37
def self.sql(raw_sql)
Arel::Nodes::SqlLiteral.new raw_sql
end