Use ActiveJob

This commit is contained in:
gregoirenovel 2017-10-03 16:19:25 +02:00
parent 23c278aa65
commit 51f57d983e
6 changed files with 21 additions and 33 deletions

View file

@ -33,5 +33,7 @@ module TPS
else
URL = "http://localhost:3000/"
end
config.active_job.queue_adapter = :delayed_job
end
end