rails-refresher/app/models/comment.rb

6 lines
79 B
Ruby
Raw Permalink Normal View History

2024-07-05 01:00:08 +00:00
class Comment < ApplicationRecord
include Visible
belongs_to :article
end