vereto-api/app/models/comment.rb

5 lines
79 B
Ruby
Raw Normal View History

2018-02-27 14:54:19 +00:00
class Comment < ApplicationRecord
belongs_to :user
belongs_to :article
end