method

quoted_id

rails latest stable - Class: ActiveRecord::Sanitization

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

quoted_id()
public

No documentation available.

# File activerecord/lib/active_record/sanitization.rb, line 209
    def quoted_id # :nodoc:
      self.class.connection.quote(@attributes[self.class.primary_key].value_for_database)
    end