mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 07:54:34 +08:00
6 lines
139 B
Ruby
6 lines
139 B
Ruby
# frozen_string_literal: true
|
|
|
|
class HiddenRepositoryCellReminder < ApplicationRecord
|
|
belongs_to :repository_cell
|
|
belongs_to :user
|
|
end
|