vereto-api/app/models/comment.rb
2018-02-27 14:54:19 +00:00

4 lines
79 B
Ruby

class Comment < ApplicationRecord
belongs_to :user
belongs_to :article
end