scinote-web/app/models/user_system_notification.rb

7 lines
137 B
Ruby
Raw Normal View History

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