Skip to content

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

@tylerkahn

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