Sha256: b3bc0bdad364b340a9d144776d99d27e1aba57f39031760a7230971df65473c5
Contents?: true
Size: 263 Bytes
Versions: 21
Compression:
Stored size: 263 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 Organization < ActiveRecord::Base has_many :authors, dependent: :destroy end
Version data entries
21 entries across 21 versions & 1 rubygems