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

4 lines
71 B
Ruby
Raw Normal View History

2020-03-13 15:44:24 +05:30
class Comment < ActiveRecord::Base
belongs_to :post, touch: true
end