Skip to content

Commit

Permalink
Fixing deprecated Rails 4.0.1 issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
wspruijt committed Feb 24, 2014
1 parent 885074f commit 4d70f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/worker.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'timeout'
require 'active_support/core_ext/numeric/time'
require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/kernel'
require 'active_support/core_ext/enumerable'
require 'logger'
Expand Down

0 comments on commit 4d70f57

Please sign in to comment.