Class: Securial::ApplicationJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Securial::ApplicationJob
- Defined in:
- app/jobs/securial/application_job.rb
Overview
ApplicationJob
This class serves as the base job class for all Securial jobs.
It inherits from ActiveJob::Base, allowing it to be used with Rails’ job processing framework. This class can be extended to create specific jobs related to the Securial authentication and authorization system.