We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d14e5 commit f147743Copy full SHA for f147743
config/application.rb
@@ -8,6 +8,9 @@
8
9
module Krtestapp
10
class Application < Rails::Application
11
+ config.active_job.queue_adapter = :delayed_job
12
+
13
14
# Settings in config/environments/* take precedence over those specified here.
15
# Application configuration should go into files in config/initializers
16
# -- all .rb files in that directory are automatically loaded.
0 commit comments