rails-refresher/app/models/comment.rb
Tyrel Souza 8a91d51c39
finish
2024-07-04 21:00:08 -04:00

6 lines
79 B
Ruby

class Comment < ApplicationRecord
include Visible
belongs_to :article
end