TODO: Deprecate this
# File lib/active_record/sanitization.rb, line 174 def quoted_id self.class.quote_value(id, column_for_attribute(self.class.primary_key)) end