# frozen_string_literal: true class UserSystemNotification < ApplicationRecord belongs_to :user belongs_to :system_notification end