TODO: Deprecate this
Source: show | on GitHub
# File activerecord/lib/active_record/sanitization.rb, line 187 def quoted_id self.class.quote_value(id, column_for_attribute(self.class.primary_key)) end