notebook/app/models/users/notification.rb

4 lines
62 B
Ruby

class Notification < ApplicationRecord
belongs_to :user
end