Sha256: de5bc3158e2b48c286ad6ab366856c16932a4808a966ca44b356e90e205adc13
Contents?: true
Size: 179 Bytes
Versions: 15
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true module Bulkrax class PendingRelationship < ApplicationRecord belongs_to :bulkrax_importer_run, class_name: "::Bulkrax::ImporterRun" end end
Version data entries
15 entries across 15 versions & 1 rubygems