module ActiveRecord::Sanitization

def quoted_id

TODO: Deprecate this
def quoted_id
  self.class.quote_value(id, column_for_attribute(self.class.primary_key))
end