RBOnRails-learning/app/models/comment.rb
2024-08-07 16:43:33 +02:00

6 lines
79 B
Ruby

class Comment < ApplicationRecord
include Visible
belongs_to :article
end