Files
baclight/app/models/comment.rb
T
2021-12-16 14:33:08 -08:00

5 lines
85 B
Ruby

class Comment < ApplicationRecord
belongs_to :article
broadcasts_to :article
end