UNC-Libraries/hy-c

View on GitHub
app/models/qa/local_authority_entry.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
class Qa::LocalAuthorityEntry < ApplicationRecord
  belongs_to :local_authority
end