diff options
Diffstat (limited to 'app/jobs')
| -rw-r--r-- | app/jobs/wittle/application_job.rb | 4 |
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 @@ | |||
| 1 | module Wittle | ||
| 2 | class ApplicationJob < ActiveJob::Base | ||
| 3 | end | ||
| 4 | end | ||
