hello-learning/blog/app/models/comment.rb
2019-08-06 22:50:19 -05:00

3 lines
60 B
Ruby

class Comment < ApplicationRecord
belongs_to :article
end