RBOnRails-learning/app/models/comment.rb

6 lines
79 B
Ruby
Raw Permalink Normal View History

2024-08-07 14:43:33 +00:00
class Comment < ApplicationRecord
include Visible
belongs_to :article
end