Flowdock
method

sanitize_sql_for_assignment

Importance_1
v2.0.3 - Show latest stable - 0 notes - Class: ActiveRecord::Base
sanitize_sql_for_assignment(assignments) protected

Accepts an array, hash, or string of sql conditions and sanitizes them into a valid SQL fragment for a SET clause.

  { :name => nil, :group_id => 4 }  returns "name = NULL , group_id='4'"
Show source
Register or log in to add new notes.