debian-mirror-gitlab/elasticsearch-model/spec/support/app/comment.rb

4 lines
71 B
Ruby
Raw Normal View History

2020-03-09 13:42:32 +05:30
class Comment < ActiveRecord::Base
belongs_to :post, touch: true
end