mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +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
|