18F/identity-idp

View on GitHub
app/models/agency_identity.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

class AgencyIdentity < ApplicationRecord
  belongs_to :user
  belongs_to :agency
  validates :uuid, presence: true
end