Sha256: 11740b63706d12d6fb027edadab0337499b6c638bf894c77501d83d17fdabbc7
Contents?: true
Size: 239 Bytes
Versions: 21
Compression:
Stored size: 239 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 Customer < ActiveRecord::Base has_many :accounts end
Version data entries
21 entries across 21 versions & 1 rubygems