method
sanitize_sql_hash_for_assignment
v3.2.8 -
Show latest stable
- Class:
ActiveRecord::Sanitization::ClassMethods
sanitize_sql_hash_for_assignment(attrs)protected
Sanitizes a hash of attribute/value pairs into SQL conditions for a SET clause.
{ :status => nil, :group_id => 1 } # => "status = NULL , group_id = 1"