Flowdock
method

sanitize_sql_hash_for_assignment

Importance_1
v2.1.0 - Show latest stable - 0 notes - Class: ActiveRecord::Base
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"
Show source
Register or log in to add new notes.