Flowdock
method

sql

Importance_1
v6.1.3.1 - Show latest stable - 0 notes - Class: Arel
sql(raw_sql) public

Wrap a known-safe SQL string for passing to query methods, e.g.

Post.order(Arel.sql("length(title)")).last

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.

Show source
Register or log in to add new notes.