Skip to content

Instantly share code, notes, and snippets.

@sinefunc
Created April 14, 2010 13:45
Show Gist options
  • Save sinefunc/365826 to your computer and use it in GitHub Desktop.
Save sinefunc/365826 to your computer and use it in GitHub Desktop.
# the exact error is `uninitialized constant Delayed::Job`
# in your config/initializers/delayed_job.rb
Delayed::Worker.backend = :active_record
@christophermanning
Copy link

You need to install this gem if you use this: http://rubygems.org/gems/delayed_job_active_record

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment