debian-mirror-gitlab/elasticsearch-rails/elasticsearch-model/spec/support/app/comment.rb
2021-03-05 16:19:46 +05:30

3 lines
71 B
Ruby

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