markbates / dj_remixes

Enhancements and improvements for Delayed Job 2.x
http://www.metabates.com
MIT License
42 stars 12 forks source link

Deprecation fix #3

Closed stuartmg closed 13 years ago

stuartmg commented 13 years ago

Hey - I modified the call to DJ.enqueue in worker.rb to get rid of the deprecation warning that was occurring with DJ 2.1.1.

I changed it to only pass in a hash so that it also still works with previous versions of DJ.