scinote-web/app/models/task_comment.rb
2017-03-08 13:18:20 +01:00

6 lines
125 B
Ruby

class TaskComment < Comment
belongs_to :my_module, foreign_key: :associated_id
validates :my_module, presence: true
end