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/pokeviewer/application_job.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/jobs/pokeviewer/application_job.rb b/app/jobs/pokeviewer/application_job.rb new file mode 100644 index 0000000..19ba955 --- /dev/null +++ b/app/jobs/pokeviewer/application_job.rb
@@ -0,0 +1,4 @@
1module Pokeviewer
2 class ApplicationJob < ActiveJob::Base
3 end
4end