Sha256: d962af3da3af72efb8329b9fe1774f8cb704e9b3c47c14fae9135bb3d5701299
Contents?: true
Size: 125 Bytes
Versions: 2
Compression:
Stored size: 125 Bytes
Contents
# frozen_string_literal: true module Journaled class ApplicationJob < Journaled.job_base_class_name.constantize end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
journaled-6.0.0 | app/jobs/journaled/application_job.rb |
journaled-5.3.2 | app/jobs/journaled/application_job.rb |