AyuntamientoMadrid/participacion

View on GitHub
app/models/ml_summary_comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class MlSummaryComment < ApplicationRecord
  belongs_to :commentable, -> { with_hidden }, polymorphic: true, touch: true
end