Skip to content

Commit

Permalink
Merge pull request #931 from mgi166/require-active-support-at-load-de…
Browse files Browse the repository at this point in the history
…layed-job

Require 'active_support' at first
  • Loading branch information
albus522 authored Mar 31, 2017
2 parents cbc30b5 + 1760747 commit 75476ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/delayed_job.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'active_support'
require 'delayed/compatibility'
require 'delayed/exceptions'
require 'delayed/message_sending'
Expand Down

0 comments on commit 75476ec

Please sign in to comment.