# frozen_string_literal: true class ReviewerToQuiz < ApplicationRecord belongs_to :user belongs_to :quiz end