Class: PlanMyStuff::ApplicationJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- PlanMyStuff::ApplicationJob
- Defined in:
- app/jobs/plan_my_stuff/application_job.rb
Overview
Base class for all PMS gem jobs. Subclasses ::ActiveJob::Base so the gem doesn’t depend on the consuming app having an ApplicationJob constant.