aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_job/base.rb')
-rw-r--r--lib/active_job/base.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/active_job/base.rb b/lib/active_job/base.rb
new file mode 100644
index 0000000000..f2c76c1811
--- /dev/null
+++ b/lib/active_job/base.rb
@@ -0,0 +1,4 @@
+module ActiveJob
+ class Base
+ end
+end \ No newline at end of file