mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-08 16:06:03 +08:00
7 lines
137 B
Ruby
7 lines
137 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class UserSystemNotification < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :system_notification
|
||
|
end
|