Files
grecia/app/models/ml_summary_comment.rb
2021-08-16 16:31:04 +02:00

4 lines
125 B
Ruby

class MlSummaryComment < ApplicationRecord
belongs_to :commentable, -> { with_hidden }, polymorphic: true, touch: true
end