From d09db2d6d0727faba8e5078900f2fbd1e18ea49f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 27 Oct 2023 23:51:23 -0400 Subject: it's an engine now! --- app/jobs/wittle/application_job.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/jobs/wittle/application_job.rb (limited to 'app/jobs') diff --git a/app/jobs/wittle/application_job.rb b/app/jobs/wittle/application_job.rb new file mode 100644 index 0000000..b0ab02e --- /dev/null +++ b/app/jobs/wittle/application_job.rb @@ -0,0 +1,4 @@ +module Wittle + class ApplicationJob < ActiveJob::Base + end +end -- cgit 1.4.1