Sha256: 29f755c42505670b2d31fd0ac4ce032fde6c694ab5af013f98ab3bd9a10030e3
Contents?: true
Size: 262 Bytes
Versions: 21
Compression:
Stored size: 262 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 Department < ActiveRecord::Base belongs_to :resource, polymorphic: true end
Version data entries
21 entries across 21 versions & 1 rubygems