Sha256: 6e46d457fdb1a2dbccdaebc4f388765ec094204d2fe48a0339ebaafaae816bff
Contents?: true
Size: 256 Bytes
Versions: 21
Compression:
Stored size: 256 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 Post < ActiveRecord::Base belongs_to :author has_many :comments end
Version data entries
21 entries across 21 versions & 1 rubygems