Class: MatViews::ApplicationJob Abstract
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- MatViews::ApplicationJob
- Defined in:
- app/jobs/mat_views/application_job.rb
Overview
This class is abstract.
Base class for all background jobs in the mat_views engine.
Inherits from ActiveJob::Base and provides a common superclass for engine jobs such as CreateViewJob and RefreshViewJob.