Sha256: b14d065995b090904983e67ef4f4ba7df29b345484044f1f013a89025ff48d0c
Contents?: true
Size: 367 Bytes
Versions: 6
Compression:
Stored size: 367 Bytes
Contents
# Copyright 2023 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 Album < ActiveRecord::Base # `albums` is defined as INTERLEAVE IN PARENT `singers`. # The primary key of `singers` is `singerid`. belongs_to :singer, foreign_key: :singerid end
Version data entries
6 entries across 6 versions & 1 rubygems