method
sanitize
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Sanitization::ClassMethods
sanitize(object)public
Used to sanitize objects before they’re used in an SQL SELECT statement. Delegates to connection.quote.
sanitize(object)Used to sanitize objects before they’re used in an SQL SELECT statement. Delegates to connection.quote.