Sha256: 414a548777d9b6da1578aee356553b26d9931a4716bb172885eb6a4e08714f91
Contents?: true
Size: 221 Bytes
Versions: 12
Compression:
Stored size: 221 Bytes
Contents
module Hyrax # A common base class for all Hyrax jobs. # This allows downstream applications to manipulate all the hyrax jobs by # including modules on this class. class ApplicationJob < ActiveJob::Base end end
Version data entries
12 entries across 12 versions & 1 rubygems