Sha256: 914c9d394b406514bee25a5988d86b4774d0b5110391054fde55586ed82d1fe8
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true module Bulkrax class ImporterRun < ApplicationRecord belongs_to :importer has_many :statuses, as: :runnable, dependent: :destroy serialize :parents, Array end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bulkrax-3.0.0.beta4 | app/models/bulkrax/importer_run.rb |
bulkrax-3.0.0.beta3 | app/models/bulkrax/importer_run.rb |