Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Why is a profile.id and profile.connection_type considered only jointly unique? #44

Description

@tylerkahn

This is in the user.rb

where(provider: profile.connection_type, uid: profile.id).first_or_create do |user|

Shouldn't this be
where(uid: profile.id).first_or_create do |user|

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions