mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 01:19:45 +08:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
|
class TaskComment < Comment
|
||
|
belongs_to :my_module, foreign_key: :associated_id
|
||
|
|
||
|
validates :my_module, presence: true
|
||
|
end
|