Sha256: 86bcb720dc715fa3f4253b26979578da9c29da1ae9647972e3ed597378451a11
Contents?: true
Size: 257 Bytes
Versions: 21
Compression:
Stored size: 257 Bytes
Contents
# Copyright 2020 Google LLC # # Use of this source code is governed by an MIT-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/MIT. class Comment < ActiveRecord::Base belongs_to :post, counter_cache: true end
Version data entries
21 entries across 21 versions & 1 rubygems