From ee80febd0023eb002a094824fa46477edd7755f3 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 3 Mar 2018 01:40:10 -0800 Subject: [PATCH] Use ApplicationJob in examples [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30cdd09..501ab1d 100644 --- a/README.md +++ b/README.md @@ -1344,7 +1344,7 @@ end Create a job to update the cache and reindex records with new conversions. ```ruby -class ReindexConversionsJob < ActiveJob::Base +class ReindexConversionsJob < ApplicationJob def perform(class_name) # get records that have a recent conversion recently_converted_ids = -- libgit2 0.21.0