From 2fd131ea6c6a1810d27941d85bcf5a5eb2d8669f Mon Sep 17 00:00:00 2001 From: nfoy Date: Sun, 6 Apr 2014 19:54:04 -0400 Subject: add delayed_job_active_record to Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a34b0a6..c33683a 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem 'turbolinks' gem 'jbuilder', '~> 1.2' # Asynchronously handle longer or delayed tasks -gem 'delayed_job' +gem 'delayed_job_active_record' group :doc do # bundle exec rake doc:rails generates the API under doc/api. -- cgit v1.2.3-54-g00ecf