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