Sha256: ea734b004ce76c6de09c89ea1f7e5e3f22968908278e86f625515bb98ca89009
Contents?: true
Size: 259 Bytes
Versions: 21
Compression:
Stored size: 259 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 Membership < ActiveRecord::Base belongs_to :member belongs_to :club end
Version data entries
21 entries across 21 versions & 1 rubygems