master
# frozen_string_literal: true class Notification < ApplicationRecord belongs_to :user belongs_to :activity end