Sha256: 29c7828a585121eb35af8ecba4d379e0d824c28b41c5dcc56b1dbd68a1630cac
Contents?: true
Size: 272 Bytes
Versions: 21
Compression:
Stored size: 272 Bytes
Contents
# Copyright 2021 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 Singer < ActiveRecord::Base has_many :albums has_many :tracks, through: :albums end
Version data entries
21 entries across 21 versions & 1 rubygems