18F/identity-idp

View on GitHub
app/models/sp_upgraded_facial_match_profile.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class SpUpgradedFacialMatchProfile < ApplicationRecord
  # table was created prior to the feature rename
  self.table_name = :sp_upgraded_biometric_profiles

  belongs_to :user
end