Skip to content

Commit f147743

Browse files
committed
set active job adapter to delayed_job
1 parent f9d14e5 commit f147743

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/application.rb

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
module Krtestapp
1010
class Application < Rails::Application
11+
config.active_job.queue_adapter = :delayed_job
12+
13+
1114
# Settings in config/environments/* take precedence over those specified here.
1215
# Application configuration should go into files in config/initializers
1316
# -- all .rb files in that directory are automatically loaded.

0 commit comments

Comments
 (0)