method
sanitize
v4.0.2 -
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.