method

_primary_key_constraints_hash

rails latest stable - Class: ActiveRecord::Persistence

Method deprecated or moved

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

_primary_key_constraints_hash()
private

No documentation available.

# File activerecord/lib/active_record/persistence.rb, line 1030
    def _primary_key_constraints_hash
      { @primary_key => id_in_database }
    end