sanitize_sql_for_assignment

sanitize_sql_for_assignment(assignments, default_table_name = self.table_name)
Instance Protected methods

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'"
doc_ruby_on_rails
2015-06-20 00:00:00
Comments
Leave a Comment

Please login to continue.