class Help::DismissedNotification < ApplicationRecord
  belongs_to :notification, class_name: 'Help::Notification'
  belongs_to :user, class_name: 'User'
end
