Sha256: 791e96428afcedc60d346614f0bf9f8344bbaf49203e5d2063955d330108d997
Contents?: true
Size: 299 Bytes
Versions: 21
Compression:
Stored size: 299 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 Author < ActiveRecord::Base has_many :posts has_many :comments, through: :posts belongs_to :organization end
Version data entries
21 entries across 21 versions & 1 rubygems