notebook/app/models/notification.rb
2020-04-20 18:58:12 -05:00

4 lines
62 B
Ruby

class Notification < ApplicationRecord
belongs_to :user
end