about summary refs log tree commit diff stats
path: root/app/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'app/jobs')
-rw-r--r--app/jobs/wittle/application_job.rb4
1 files changed, 4 insertions, 0 deletions
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 @@
1module Wittle
2 class ApplicationJob < ActiveJob::Base
3 end
4end