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