debian-mirror-gitlab/elasticsearch-model/spec/support/app/comment.rb
2020-03-09 13:42:32 +05:30

3 lines
71 B
Ruby

class Comment < ActiveRecord::Base
belongs_to :post, touch: true
end