Sha256: 1c3cc6da914b71bf057417a39ba93b03cc050ff2ef8f1ff4415d75a77cfd2263
Contents?: true
Size: 313 Bytes
Versions: 16
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true module Bulkrax class ImporterRun < ApplicationRecord belongs_to :importer has_many :statuses, as: :runnable, dependent: :destroy has_many :pending_relationships, dependent: :destroy def parents pending_relationships.pluck(:parent_id).uniq end end end
Version data entries
16 entries across 16 versions & 1 rubygems