Sha256: 5e7a250177f469d6155c2c31f8029c3b9c699dede952c542f6b9bba7ec43de61
Contents?: true
Size: 255 Bytes
Versions: 23
Compression:
Stored size: 255 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 Album < ActiveRecord::Base belongs_to :singer has_many :tracks end
Version data entries
23 entries across 23 versions & 1 rubygems